Html Css Color HEX #0372BC Navy Blue

📋 copy color: '#0372BC'

red 3 ◦ green 114 ◦ blue 188

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

Shades of Navy Blue #0372BC

Tints of Navy Blue #0372BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 0.98%
G = 37.38%
B = 61.64%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0372BC (or 0x0372BC) is known color: Navy Blue. HEX triplet: 03, 72 and BC. RGB value is (3,114,188). Sum of RGB (Red+Green+Blue) = 3+114+188=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #0372BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0372BC is #FC8D43. Grayscale: #585858. Windows color (decimal): -16551236 or 12349955. OLE color: 12349955.

HSL color Cylindrical-coordinate representation of color #0372BC: hue angle of 204º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0372BC is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 114 188 -
CMYK 0.98 0.39 0 0.26
HSL 204º 0.97% 0.37% -
HSV(B) 204º 0.98% 0.74% -
XYZ 15.13 15.68 49.81 -
YUV 89.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 3 114 188 0.98 0.39 0 0.26 204 0.97 0.37
Hex 3 72 BC 62 27 0 1A CC 61 25
Octal 3 162 274 142 47 0 32 314 141 45
Binary 11 1110010 10111100 1100010 100111 0 11010 11001100 1100001 100101

Color Harmonies of #0372BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0372BC

Black with #0372BC

Text Example


Text Example

White with #0372BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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