Html Css Color HEX #0981CE Navy Blue

📋 copy color: '#0981CE'

red 9 ◦ green 129 ◦ blue 206

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

Shades of Navy Blue #0981CE

Tints of Navy Blue #0981CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

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

R = 2.62%
G = 37.5%
B = 59.88%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0981CE (or 0x0981CE) is known color: Navy Blue. HEX triplet: 09, 81 and CE. RGB value is (9,129,206). Sum of RGB (Red+Green+Blue) = 9+129+206=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #0981CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981CE is #F67E31. Grayscale: #656565. Windows color (decimal): -16154162 or 13533449. OLE color: 13533449.

HSL color Cylindrical-coordinate representation of color #0981CE: hue angle of 203.45º 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 #0981CE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 129 206 -
CMYK 0.96 0.37 0 0.19
HSL 203.45º 0.92% 0.42% -
HSV(B) 203.45º 0.96% 0.81% -
XYZ 19.1 20.21 61.29 -
YUV 101.9 186.74 61.74 -
System Red Green Blue C M Y K H S L
Decimal 9 129 206 0.96 0.37 0 0.19 203.45 0.92 0.42
Hex 9 81 CE 60 25 0 13 CB 5C 2A
Octal 11 201 316 140 45 0 23 313 134 52
Binary 1001 10000001 11001110 1100000 100101 0 10011 11001011 1011100 101010

Color Harmonies of #0981CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981CE

Black with #0981CE

Text Example


Text Example

White with #0981CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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