#0252C2

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

Shades of Navy Blue #0252C2

Tints of Navy Blue #0252C2

Color information

#0252C2 (or 0x0252C2) is unknown color: approx Navy Blue. HEX triplet: 02, 52 and C2. RGB value is (2,82,194). Sum of RGB (Red+Green+Blue) = 2+82+194=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 194 (76.17% from 255 or 69.78% from 278); Max value from RGB is 194 - color contains mainly: blue. Hex color #0252C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252C2 is #FDAD3D. Grayscale: #464646. Windows color (decimal): -16624958 or 12734978. OLE color: 12734978.

HSL color Cylindrical-coordinate representation of color #0252C2: hue angle of 215º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252C2 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB282194-
CMYK0.990.5800.24
HSL215º97.96%38.43%-
HSV(B)215º98.97%76.08%-
XYZ12.789.9452.28-
YUV70.85197.578.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 194 (76.17% from 255) = 69.78%
R=0.72%
G=29.50%
B=69.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2821940.990.5800.2421597.9638.43
Hex252C2633A018d76226
Octal21223021437203032714246
Binary101010010110000101100011111010011000110101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0252C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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