Html Css Color HEX #045AFB Navy Blue

📋 copy color: '#045AFB'

red 4 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #045AFB

Tints of Navy Blue #045AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.75%

R = 1.16%
G = 26.09%
B = 72.75%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#045AFB (or 0x045AFB) is known color: Navy Blue. HEX triplet: 04, 5A and FB. RGB value is (4,90,251). Sum of RGB (Red+Green+Blue) = 4+90+251=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #045AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045AFB is #FBA504. Grayscale: #515151. Windows color (decimal): -16491781 or 16472580. OLE color: 16472580.

HSL color Cylindrical-coordinate representation of color #045AFB: hue angle of 219.11º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AFB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 90 251 -
CMYK 0.98 0.64 0 0.02
HSL 219.11º 0.97% 0.5% -
HSV(B) 219.11º 0.98% 0.98% -
XYZ 21.12 14.3 92.91 -
YUV 82.64 223.01 71.91 -
System Red Green Blue C M Y K H S L
Decimal 4 90 251 0.98 0.64 0 0.02 219.11 0.97 0.5
Hex 4 5A FB 62 40 0 2 DB 61 32
Octal 4 132 373 142 100 0 2 333 141 62
Binary 100 1011010 11111011 1100010 1000000 0 10 11011011 1100001 110010

Color Harmonies of #045AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AFB

Black with #045AFB

Text Example


Text Example

White with #045AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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