Html Css Color HEX #045ACF Navy Blue

📋 copy color: '#045ACF'

red 4 ◦ green 90 ◦ blue 207

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

Shades of Navy Blue #045ACF

Tints of Navy Blue #045ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 1.33%
G = 29.9%
B = 68.77%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#045ACF (or 0x045ACF) is known color: Navy Blue. HEX triplet: 04, 5A and CF. RGB value is (4,90,207). Sum of RGB (Red+Green+Blue) = 4+90+207=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #045ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ACF is #FBA530. Grayscale: #4D4D4D. Windows color (decimal): -16491825 or 13588996. OLE color: 13588996.

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

Color convert

RGB 4 90 207 -
CMYK 0.98 0.57 0 0.19
HSL 214.58º 0.96% 0.41% -
HSV(B) 214.58º 0.98% 0.81% -
XYZ 14.97 11.84 60.53 -
YUV 77.62 201.01 75.49 -
System Red Green Blue C M Y K H S L
Decimal 4 90 207 0.98 0.57 0 0.19 214.58 0.96 0.41
Hex 4 5A CF 62 39 0 13 D7 60 29
Octal 4 132 317 142 71 0 23 327 140 51
Binary 100 1011010 11001111 1100010 111001 0 10011 11010111 1100000 101001

Color Harmonies of #045ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ACF

Black with #045ACF

Text Example


Text Example

White with #045ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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