Html Css Color HEX #0981CB Navy Blue

📋 copy color: '#0981CB'

red 9 ◦ green 129 ◦ blue 203

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

Shades of Navy Blue #0981CB

Tints of Navy Blue #0981CB

RGB

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

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

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

R = 2.64%
G = 37.83%
B = 59.53%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0981CB (or 0x0981CB) is known color: Navy Blue. HEX triplet: 09, 81 and CB. RGB value is (9,129,203). Sum of RGB (Red+Green+Blue) = 9+129+203=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #0981CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981CB is #F67E34. Grayscale: #656565. Windows color (decimal): -16154165 or 13336841. OLE color: 13336841.

HSL color Cylindrical-coordinate representation of color #0981CB: hue angle of 202.89º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0981CB is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 129 203 -
CMYK 0.96 0.36 0 0.20
HSL 202.89º 0.92% 0.42% -
HSV(B) 202.89º 0.96% 0.8% -
XYZ 18.74 20.07 59.39 -
YUV 101.56 185.24 61.98 -
System Red Green Blue C M Y K H S L
Decimal 9 129 203 0.96 0.36 0 0.20 202.89 0.92 0.42
Hex 9 81 CB 60 24 0 14 CB 5C 2A
Octal 11 201 313 140 44 0 24 313 134 52
Binary 1001 10000001 11001011 1100000 100100 0 10100 11001011 1011100 101010

Color Harmonies of #0981CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981CB

Black with #0981CB

Text Example


Text Example

White with #0981CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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