Html Css Color HEX #0981CD Navy Blue

📋 copy color: '#0981CD'

red 9 ◦ green 129 ◦ blue 205

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

Shades of Navy Blue #0981CD

Tints of Navy Blue #0981CD

RGB

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

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

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

R = 2.62%
G = 37.61%
B = 59.77%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0981CD (or 0x0981CD) is known color: Navy Blue. HEX triplet: 09, 81 and CD. RGB value is (9,129,205). Sum of RGB (Red+Green+Blue) = 9+129+205=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #0981CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981CD is #F67E32. Grayscale: #656565. Windows color (decimal): -16154163 or 13467913. OLE color: 13467913.

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

Color convert

RGB 9 129 205 -
CMYK 0.96 0.37 0 0.20
HSL 203.27º 0.92% 0.42% -
HSV(B) 203.27º 0.96% 0.8% -
XYZ 18.98 20.17 60.65 -
YUV 101.78 186.24 61.82 -
System Red Green Blue C M Y K H S L
Decimal 9 129 205 0.96 0.37 0 0.20 203.27 0.92 0.42
Hex 9 81 CD 60 25 0 14 CB 5C 2A
Octal 11 201 315 140 45 0 24 313 134 52
Binary 1001 10000001 11001101 1100000 100101 0 10100 11001011 1011100 101010

Color Harmonies of #0981CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981CD

Black with #0981CD

Text Example


Text Example

White with #0981CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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