Html Css Color HEX #0981CF Navy Blue

📋 copy color: '#0981CF'

red 9 ◦ green 129 ◦ blue 207

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

Shades of Navy Blue #0981CF

Tints of Navy Blue #0981CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60%

R = 2.61%
G = 37.39%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0981CF (or 0x0981CF) is known color: Navy Blue. HEX triplet: 09, 81 and CF. RGB value is (9,129,207). Sum of RGB (Red+Green+Blue) = 9+129+207=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #0981CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981CF is #F67E30. Grayscale: #656565. Windows color (decimal): -16154161 or 13598985. OLE color: 13598985.

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

Color convert

RGB 9 129 207 -
CMYK 0.96 0.38 0 0.19
HSL 203.64º 0.92% 0.42% -
HSV(B) 203.64º 0.96% 0.81% -
XYZ 19.23 20.26 61.93 -
YUV 102.01 187.24 61.66 -
System Red Green Blue C M Y K H S L
Decimal 9 129 207 0.96 0.38 0 0.19 203.64 0.92 0.42
Hex 9 81 CF 60 26 0 13 CC 5C 2A
Octal 11 201 317 140 46 0 23 314 134 52
Binary 1001 10000001 11001111 1100000 100110 0 10011 11001100 1011100 101010

Color Harmonies of #0981CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981CF

Black with #0981CF

Text Example


Text Example

White with #0981CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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