Html Css Color HEX #045BCE Navy Blue

📋 copy color: '#045BCE'

red 4 ◦ green 91 ◦ blue 206

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

Shades of Navy Blue #045BCE

Tints of Navy Blue #045BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

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

R = 1.33%
G = 30.23%
B = 68.44%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#045BCE (or 0x045BCE) is known color: Navy Blue. HEX triplet: 04, 5B and CE. RGB value is (4,91,206). Sum of RGB (Red+Green+Blue) = 4+91+206=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #045BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BCE is #FBA431. Grayscale: #4D4D4D. Windows color (decimal): -16491570 or 13523716. OLE color: 13523716.

HSL color Cylindrical-coordinate representation of color #045BCE: hue angle of 214.16º 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 #045BCE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 91 206 -
CMYK 0.98 0.56 0 0.19
HSL 214.16º 0.96% 0.41% -
HSV(B) 214.16º 0.98% 0.81% -
XYZ 14.93 11.96 59.91 -
YUV 78.1 200.18 75.15 -
System Red Green Blue C M Y K H S L
Decimal 4 91 206 0.98 0.56 0 0.19 214.16 0.96 0.41
Hex 4 5B CE 62 38 0 13 D6 60 29
Octal 4 133 316 142 70 0 23 326 140 51
Binary 100 1011011 11001110 1100010 111000 0 10011 11010110 1100000 101001

Color Harmonies of #045BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BCE

Black with #045BCE

Text Example


Text Example

White with #045BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045BCE; }

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

 H1.HeaderClassName
 {
   color: #045BCE;
 }
 .AnyTagClassName
 {
   color: #045BCE;
 }
</style>

background-color css

<style>
 a { background-color: #045BCE; }

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

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

border-color css

<style>
 span { border-color: #045BCE; }

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

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