Html Css Color HEX #0971CE Navy Blue

📋 copy color: '#0971CE'

red 9 ◦ green 113 ◦ blue 206

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

Shades of Navy Blue #0971CE

Tints of Navy Blue #0971CE

RGB

 RED value IS 9 (3.91% from 255) = 2.74%

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 2.74%
G = 34.45%
B = 62.8%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0971CE (or 0x0971CE) is known color: Navy Blue. HEX triplet: 09, 71 and CE. RGB value is (9,113,206). Sum of RGB (Red+Green+Blue) = 9+113+206=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #0971CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971CE is #F68E31. Grayscale: #5C5C5C. Windows color (decimal): -16158258 or 13529353. OLE color: 13529353.

HSL color Cylindrical-coordinate representation of color #0971CE: hue angle of 208.32º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0971CE is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 113 206 -
CMYK 0.96 0.45 0 0.19
HSL 208.32º 0.92% 0.42% -
HSV(B) 208.32º 0.96% 0.81% -
XYZ 17.16 16.32 60.64 -
YUV 92.51 192.04 68.44 -
System Red Green Blue C M Y K H S L
Decimal 9 113 206 0.96 0.45 0 0.19 208.32 0.92 0.42
Hex 9 71 CE 60 2D 0 13 D0 5C 2A
Octal 11 161 316 140 55 0 23 320 134 52
Binary 1001 1110001 11001110 1100000 101101 0 10011 11010000 1011100 101010

Color Harmonies of #0971CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0971CE

Black with #0971CE

Text Example


Text Example

White with #0971CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0971CE; }

 p { color: rgb(9,113,206); }

 H1.HeaderClassName
 {
   color: #0971CE;
 }
 .AnyTagClassName
 {
   color: #0971CE;
 }
</style>

background-color css

<style>
 a { background-color: #0971CE; }

 a { background-color: rgb(9,113,206); }

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

border-color css

<style>
 span { border-color: #0971CE; }

 span { border-color: rgb(9,113,206); }

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