Html Css Color HEX #045ADF Navy Blue

📋 copy color: '#045ADF'

red 4 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #045ADF

Tints of Navy Blue #045ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 1.26%
G = 28.39%
B = 70.35%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#045ADF (or 0x045ADF) is known color: Navy Blue. HEX triplet: 04, 5A and DF. RGB value is (4,90,223). Sum of RGB (Red+Green+Blue) = 4+90+223=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #045ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ADF is #FBA520. Grayscale: #4E4E4E. Windows color (decimal): -16491809 or 14637572. OLE color: 14637572.

HSL color Cylindrical-coordinate representation of color #045ADF: hue angle of 216.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045ADF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 90 223 -
CMYK 0.98 0.60 0 0.13
HSL 216.44º 0.96% 0.45% -
HSV(B) 216.44º 0.98% 0.87% -
XYZ 17.03 12.67 71.36 -
YUV 79.45 209.01 74.19 -
System Red Green Blue C M Y K H S L
Decimal 4 90 223 0.98 0.60 0 0.13 216.44 0.96 0.45
Hex 4 5A DF 62 3C 0 D D8 60 2D
Octal 4 132 337 142 74 0 15 330 140 55
Binary 100 1011010 11011111 1100010 111100 0 1101 11011000 1100000 101101

Color Harmonies of #045ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ADF

Black with #045ADF

Text Example


Text Example

White with #045ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,223); }

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

background-color css

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

 a { background-color: rgb(4,90,223); }

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

border-color css

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

 span { border-color: rgb(4,90,223); }

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