Html Css Color HEX #0445EC Navy Blue

📋 copy color: '#0445EC'

red 4 ◦ green 69 ◦ blue 236

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

Shades of Navy Blue #0445EC

Tints of Navy Blue #0445EC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 236 (92.58% from 255) = 76.38%

R = 1.29%
G = 22.33%
B = 76.38%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0445EC (or 0x0445EC) is known color: Navy Blue. HEX triplet: 04, 45 and EC. RGB value is (4,69,236). Sum of RGB (Red+Green+Blue) = 4+69+236=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #0445EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0445EC is #FBBA13. Grayscale: #434343. Windows color (decimal): -16497172 or 15484164. OLE color: 15484164.

HSL color Cylindrical-coordinate representation of color #0445EC: hue angle of 223.19º 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 #0445EC is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 69 236 -
CMYK 0.98 0.71 0 0.07
HSL 223.19º 0.97% 0.47% -
HSV(B) 223.19º 0.98% 0.93% -
XYZ 17.32 10.34 80.44 -
YUV 68.6 222.47 81.92 -
System Red Green Blue C M Y K H S L
Decimal 4 69 236 0.98 0.71 0 0.07 223.19 0.97 0.47
Hex 4 45 EC 62 47 0 7 DF 61 2F
Octal 4 105 354 142 107 0 7 337 141 57
Binary 100 1000101 11101100 1100010 1000111 0 111 11011111 1100001 101111

Color Harmonies of #0445EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0445EC

Black with #0445EC

Text Example


Text Example

White with #0445EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0445EC; }

 p { color: rgb(4,69,236); }

 H1.HeaderClassName
 {
   color: #0445EC;
 }
 .AnyTagClassName
 {
   color: #0445EC;
 }
</style>

background-color css

<style>
 a { background-color: #0445EC; }

 a { background-color: rgb(4,69,236); }

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

border-color css

<style>
 span { border-color: #0445EC; }

 span { border-color: rgb(4,69,236); }

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