Html Css Color HEX #0372DF Navy Blue

📋 copy color: '#0372DF'

red 3 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #0372DF

Tints of Navy Blue #0372DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 0.88%
G = 33.53%
B = 65.59%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0372DF (or 0x0372DF) is known color: Navy Blue. HEX triplet: 03, 72 and DF. RGB value is (3,114,223). Sum of RGB (Red+Green+Blue) = 3+114+223=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #0372DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372DF is #FC8D20. Grayscale: #5C5C5C. Windows color (decimal): -16551201 or 14643715. OLE color: 14643715.

HSL color Cylindrical-coordinate representation of color #0372DF: hue angle of 209.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372DF is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 114 223 -
CMYK 0.99 0.49 0 0.13
HSL 209.73º 0.97% 0.44% -
HSV(B) 209.73º 0.99% 0.87% -
XYZ 19.37 17.38 72.15 -
YUV 93.24 201.23 63.64 -
System Red Green Blue C M Y K H S L
Decimal 3 114 223 0.99 0.49 0 0.13 209.73 0.97 0.44
Hex 3 72 DF 63 31 0 D D2 61 2C
Octal 3 162 337 143 61 0 15 322 141 54
Binary 11 1110010 11011111 1100011 110001 0 1101 11010010 1100001 101100

Color Harmonies of #0372DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372DF

Black with #0372DF

Text Example


Text Example

White with #0372DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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