Html Css Color HEX #0372E4 Navy Blue

📋 copy color: '#0372E4'

red 3 ◦ green 114 ◦ blue 228

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

Shades of Navy Blue #0372E4

Tints of Navy Blue #0372E4

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 228 (89.45% from 255) = 66.09%

R = 0.87%
G = 33.04%
B = 66.09%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0372E4 (or 0x0372E4) is known color: Navy Blue. HEX triplet: 03, 72 and E4. RGB value is (3,114,228). Sum of RGB (Red+Green+Blue) = 3+114+228=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #0372E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372E4 is #FC8D1B. Grayscale: #5D5D5D. Windows color (decimal): -16551196 or 14971395. OLE color: 14971395.

HSL color Cylindrical-coordinate representation of color #0372E4: hue angle of 210.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372E4 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 3 114 228 -
CMYK 0.99 0.50 0 0.11
HSL 210.4º 0.97% 0.45% -
HSV(B) 210.4º 0.99% 0.89% -
XYZ 20.06 17.66 75.75 -
YUV 93.81 203.73 63.23 -
System Red Green Blue C M Y K H S L
Decimal 3 114 228 0.99 0.50 0 0.11 210.4 0.97 0.45
Hex 3 72 E4 63 32 0 B D2 61 2D
Octal 3 162 344 143 62 0 13 322 141 55
Binary 11 1110010 11100100 1100011 110010 0 1011 11010010 1100001 101101

Color Harmonies of #0372E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372E4

Black with #0372E4

Text Example


Text Example

White with #0372E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0372E4; }

 p { color: rgb(3,114,228); }

 H1.HeaderClassName
 {
   color: #0372E4;
 }
 .AnyTagClassName
 {
   color: #0372E4;
 }
</style>

background-color css

<style>
 a { background-color: #0372E4; }

 a { background-color: rgb(3,114,228); }

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

border-color css

<style>
 span { border-color: #0372E4; }

 span { border-color: rgb(3,114,228); }

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