Html Css Color HEX #0452CE Navy Blue

📋 copy color: '#0452CE'

red 4 ◦ green 82 ◦ blue 206

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

Shades of Navy Blue #0452CE

Tints of Navy Blue #0452CE

RGB

 RED value IS 4 (1.95% from 255) = 1.37%

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

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

R = 1.37%
G = 28.08%
B = 70.55%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0452CE (or 0x0452CE) is known color: Navy Blue. HEX triplet: 04, 52 and CE. RGB value is (4,82,206). Sum of RGB (Red+Green+Blue) = 4+82+206=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0452CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0452CE is #FBAD31. Grayscale: #484848. Windows color (decimal): -16493874 or 13521412. OLE color: 13521412.

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

Color convert

RGB 4 82 206 -
CMYK 0.98 0.60 0 0.19
HSL 216.83º 0.96% 0.41% -
HSV(B) 216.83º 0.98% 0.81% -
XYZ 14.21 10.52 59.67 -
YUV 72.81 203.16 78.92 -
System Red Green Blue C M Y K H S L
Decimal 4 82 206 0.98 0.60 0 0.19 216.83 0.96 0.41
Hex 4 52 CE 62 3C 0 13 D9 60 29
Octal 4 122 316 142 74 0 23 331 140 51
Binary 100 1010010 11001110 1100010 111100 0 10011 11011001 1100000 101001

Color Harmonies of #0452CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0452CE

Black with #0452CE

Text Example


Text Example

White with #0452CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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