Html Css Color HEX #0373CB Navy Blue

📋 copy color: '#0373CB'

red 3 ◦ green 115 ◦ blue 203

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

Shades of Navy Blue #0373CB

Tints of Navy Blue #0373CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 0.93%
G = 35.83%
B = 63.24%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0373CB (or 0x0373CB) is known color: Navy Blue. HEX triplet: 03, 73 and CB. RGB value is (3,115,203). Sum of RGB (Red+Green+Blue) = 3+115+203=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #0373CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373CB is #FC8C34. Grayscale: #5B5B5B. Windows color (decimal): -16550965 or 13333251. OLE color: 13333251.

HSL color Cylindrical-coordinate representation of color #0373CB: hue angle of 206.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0373CB is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 115 203 -
CMYK 0.99 0.43 0 0.20
HSL 206.4º 0.97% 0.4% -
HSV(B) 206.4º 0.99% 0.8% -
XYZ 16.95 16.59 58.81 -
YUV 91.54 190.89 64.84 -
System Red Green Blue C M Y K H S L
Decimal 3 115 203 0.99 0.43 0 0.20 206.4 0.97 0.4
Hex 3 73 CB 63 2B 0 14 CE 61 28
Octal 3 163 313 143 53 0 24 316 141 50
Binary 11 1110011 11001011 1100011 101011 0 10100 11001110 1100001 101000

Color Harmonies of #0373CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373CB

Black with #0373CB

Text Example


Text Example

White with #0373CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0373CB; }

 p { color: rgb(3,115,203); }

 H1.HeaderClassName
 {
   color: #0373CB;
 }
 .AnyTagClassName
 {
   color: #0373CB;
 }
</style>

background-color css

<style>
 a { background-color: #0373CB; }

 a { background-color: rgb(3,115,203); }

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

border-color css

<style>
 span { border-color: #0373CB; }

 span { border-color: rgb(3,115,203); }

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