Html Css Color HEX #0983DD Navy Blue

📋 copy color: '#0983DD'

red 9 ◦ green 131 ◦ blue 221

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

Shades of Navy Blue #0983DD

Tints of Navy Blue #0983DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 2.49%
G = 36.29%
B = 61.22%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0983DD (or 0x0983DD) is known color: Navy Blue. HEX triplet: 09, 83 and DD. RGB value is (9,131,221). Sum of RGB (Red+Green+Blue) = 9+131+221=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #0983DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983DD is #F67C22. Grayscale: #686868. Windows color (decimal): -16153635 or 14517001. OLE color: 14517001.

HSL color Cylindrical-coordinate representation of color #0983DD: hue angle of 205.47º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0983DD is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 131 221 -
CMYK 0.96 0.41 0 0.13
HSL 205.47º 0.92% 0.45% -
HSV(B) 205.47º 0.96% 0.87% -
XYZ 21.28 21.51 71.44 -
YUV 104.78 193.58 59.68 -
System Red Green Blue C M Y K H S L
Decimal 9 131 221 0.96 0.41 0 0.13 205.47 0.92 0.45
Hex 9 83 DD 60 29 0 D CD 5C 2D
Octal 11 203 335 140 51 0 15 315 134 55
Binary 1001 10000011 11011101 1100000 101001 0 1101 11001101 1011100 101101

Color Harmonies of #0983DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983DD

Black with #0983DD

Text Example


Text Example

White with #0983DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0983DD; }

 p { color: rgb(9,131,221); }

 H1.HeaderClassName
 {
   color: #0983DD;
 }
 .AnyTagClassName
 {
   color: #0983DD;
 }
</style>

background-color css

<style>
 a { background-color: #0983DD; }

 a { background-color: rgb(9,131,221); }

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

border-color css

<style>
 span { border-color: #0983DD; }

 span { border-color: rgb(9,131,221); }

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