Html Css Color HEX #045CDB Navy Blue

📋 copy color: '#045CDB'

red 4 ◦ green 92 ◦ blue 219

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

Shades of Navy Blue #045CDB

Tints of Navy Blue #045CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 1.27%
G = 29.21%
B = 69.52%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#045CDB (or 0x045CDB) is known color: Navy Blue. HEX triplet: 04, 5C and DB. RGB value is (4,92,219). Sum of RGB (Red+Green+Blue) = 4+92+219=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #045CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CDB is #FBA324. Grayscale: #4F4F4F. Windows color (decimal): -16491301 or 14375940. OLE color: 14375940.

HSL color Cylindrical-coordinate representation of color #045CDB: hue angle of 215.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CDB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 92 219 -
CMYK 0.98 0.58 0 0.14
HSL 215.44º 0.96% 0.44% -
HSV(B) 215.44º 0.98% 0.86% -
XYZ 16.66 12.79 68.61 -
YUV 80.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 4 92 219 0.98 0.58 0 0.14 215.44 0.96 0.44
Hex 4 5C DB 62 3A 0 E D7 60 2C
Octal 4 134 333 142 72 0 16 327 140 54
Binary 100 1011100 11011011 1100010 111010 0 1110 11010111 1100000 101100

Color Harmonies of #045CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045CDB

Black with #045CDB

Text Example


Text Example

White with #045CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,92,219); }

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

background-color css

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

 a { background-color: rgb(4,92,219); }

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

border-color css

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

 span { border-color: rgb(4,92,219); }

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