Html Css Color HEX #045DCB Navy Blue

📋 copy color: '#045DCB'

red 4 ◦ green 93 ◦ blue 203

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

Shades of Navy Blue #045DCB

Tints of Navy Blue #045DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 203 (79.69% from 255) = 67.67%

R = 1.33%
G = 31%
B = 67.67%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#045DCB (or 0x045DCB) is known color: Navy Blue. HEX triplet: 04, 5D and CB. RGB value is (4,93,203). Sum of RGB (Red+Green+Blue) = 4+93+203=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #045DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DCB is #FBA234. Grayscale: #4E4E4E. Windows color (decimal): -16491061 or 13327620. OLE color: 13327620.

HSL color Cylindrical-coordinate representation of color #045DCB: hue angle of 213.17º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DCB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 93 203 -
CMYK 0.98 0.54 0 0.20
HSL 213.17º 0.96% 0.41% -
HSV(B) 213.17º 0.98% 0.8% -
XYZ 14.74 12.17 58.07 -
YUV 78.93 198.01 74.56 -
System Red Green Blue C M Y K H S L
Decimal 4 93 203 0.98 0.54 0 0.20 213.17 0.96 0.41
Hex 4 5D CB 62 36 0 14 D5 60 29
Octal 4 135 313 142 66 0 24 325 140 51
Binary 100 1011101 11001011 1100010 110110 0 10100 11010101 1100000 101001

Color Harmonies of #045DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DCB

Black with #045DCB

Text Example


Text Example

White with #045DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,93,203); }

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

background-color css

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

 a { background-color: rgb(4,93,203); }

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

border-color css

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

 span { border-color: rgb(4,93,203); }

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