Html Css Color HEX #0371CD Navy Blue

📋 copy color: '#0371CD'

red 3 ◦ green 113 ◦ blue 205

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

Shades of Navy Blue #0371CD

Tints of Navy Blue #0371CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 0.93%
G = 35.2%
B = 63.86%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0371CD (or 0x0371CD) is known color: Navy Blue. HEX triplet: 03, 71 and CD. RGB value is (3,113,205). Sum of RGB (Red+Green+Blue) = 3+113+205=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #0371CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371CD is #FC8E32. Grayscale: #5A5A5A. Windows color (decimal): -16551475 or 13463811. OLE color: 13463811.

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

Color convert

RGB 3 113 205 -
CMYK 0.99 0.45 0 0.20
HSL 207.33º 0.97% 0.41% -
HSV(B) 207.33º 0.99% 0.8% -
XYZ 16.96 16.24 60 -
YUV 90.6 192.56 65.52 -
System Red Green Blue C M Y K H S L
Decimal 3 113 205 0.99 0.45 0 0.20 207.33 0.97 0.41
Hex 3 71 CD 63 2D 0 14 CF 61 29
Octal 3 161 315 143 55 0 24 317 141 51
Binary 11 1110001 11001101 1100011 101101 0 10100 11001111 1100001 101001

Color Harmonies of #0371CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371CD

Black with #0371CD

Text Example


Text Example

White with #0371CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0371CD; }

 p { color: rgb(3,113,205); }

 H1.HeaderClassName
 {
   color: #0371CD;
 }
 .AnyTagClassName
 {
   color: #0371CD;
 }
</style>

background-color css

<style>
 a { background-color: #0371CD; }

 a { background-color: rgb(3,113,205); }

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

border-color css

<style>
 span { border-color: #0371CD; }

 span { border-color: rgb(3,113,205); }

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