Html Css Color HEX #045BED Navy Blue

📋 copy color: '#045BED'

red 4 ◦ green 91 ◦ blue 237

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

Shades of Navy Blue #045BED

Tints of Navy Blue #045BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 1.2%
G = 27.41%
B = 71.39%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045BED (or 0x045BED) is known color: Navy Blue. HEX triplet: 04, 5B and ED. RGB value is (4,91,237). Sum of RGB (Red+Green+Blue) = 4+91+237=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #045BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BED is #FBA412. Grayscale: #505050. Windows color (decimal): -16491539 or 15555332. OLE color: 15555332.

HSL color Cylindrical-coordinate representation of color #045BED: hue angle of 217.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BED is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 91 237 -
CMYK 0.98 0.62 0 0.07
HSL 217.6º 0.97% 0.47% -
HSV(B) 217.6º 0.98% 0.93% -
XYZ 19.08 13.62 81.74 -
YUV 81.63 215.68 72.63 -
System Red Green Blue C M Y K H S L
Decimal 4 91 237 0.98 0.62 0 0.07 217.6 0.97 0.47
Hex 4 5B ED 62 3E 0 7 DA 61 2F
Octal 4 133 355 142 76 0 7 332 141 57
Binary 100 1011011 11101101 1100010 111110 0 111 11011010 1100001 101111

Color Harmonies of #045BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BED

Black with #045BED

Text Example


Text Example

White with #045BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,91,237); }

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

background-color css

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

 a { background-color: rgb(4,91,237); }

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

border-color css

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

 span { border-color: rgb(4,91,237); }

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