#0252C6

Color #0252C6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0252C6

Tints of Navy Blue #0252C6

Color information

#0252C6 (or 0x0252C6) is unknown color: approx Navy Blue. HEX triplet: 02, 52 and C6. RGB value is (2,82,198). Sum of RGB (Red+Green+Blue) = 2+82+198=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #0252C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252C6 is #FDAD39. Grayscale: #464646. Windows color (decimal): -16624954 or 12997122. OLE color: 12997122.

HSL color Cylindrical-coordinate representation of color #0252C6: hue angle of 215.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252C6 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB282198-
CMYK0.990.5900.22
HSL215.51º98%39.22%-
HSV(B)215.51º98.99%77.65%-
XYZ13.2410.1254.68-
YUV71.3199.578.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 198 (77.73% from 255) = 70.21%
R=0.71%
G=29.08%
B=70.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2821980.990.5900.22215.519839.22
Hex252C6633B016d86227
Octal21223061437302633014247
Binary101010010110001101100011111011010110110110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0252C6; }

 p { color: rgb(2,82,198); }

 H1.HeaderClassName
 {
   color: #0252C6;
 }
 .AnyTagClassName
 {
   color: #0252C6;
 }
</style>
background-color css

<style>
 a { background-color: #0252C6; }

 a { background-color: rgb(2,82,198); }

 div.DivClassName
 {
   background-color: #0252C6;
 }
 .BgClassName
 {
   background-color: #0252C6;
 }
</style>
border-color css

<style>
 span { border-color: #0252C6; }

 span { border-color: rgb(2,82,198); }

 td.TdClassName
 {
   border-color: #0252C6;
 }
 .TagClassName
 {
   border-color: #0252C6;
 }
</style>