Html Css Color HEX #0252CE Navy Blue

📋 copy color: '#0252CE'

red 2 ◦ green 82 ◦ blue 206

#0252CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0252CE

Tints of Navy Blue #0252CE

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 0.69%
G = 28.28%
B = 71.03%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0252CE (or 0x0252CE) is known color: Navy Blue. HEX triplet: 02, 52 and CE. RGB value is (2,82,206). Sum of RGB (Red+Green+Blue) = 2+82+206=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #0252CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0252CE is #FDAD31. Grayscale: #474747. Windows color (decimal): -16624946 or 13521410. OLE color: 13521410.

HSL color Cylindrical-coordinate representation of color #0252CE: hue angle of 216.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0252CE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 82 206 -
CMYK 0.99 0.60 0 0.19
HSL 216.47º 0.98% 0.41% -
HSV(B) 216.47º 0.99% 0.81% -
XYZ 14.18 10.5 59.67 -
YUV 72.22 203.5 77.92 -
System Red Green Blue C M Y K H S L
Decimal 2 82 206 0.99 0.60 0 0.19 216.47 0.98 0.41
Hex 2 52 CE 63 3C 0 13 D8 62 29
Octal 2 122 316 143 74 0 23 330 142 51
Binary 10 1010010 11001110 1100011 111100 0 10011 11011000 1100010 101001

Color Harmonies of #0252CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0252CE

Black with #0252CE

Text Example


Text Example

White with #0252CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0252CE;
 }
 .AnyTagClassName
 {
   color: #0252CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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