Html Css Color HEX #0081D0 Navy Blue

📋 copy color: '#0081D0'

red 0 ◦ green 129 ◦ blue 208

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

Shades of Navy Blue #0081D0

Tints of Navy Blue #0081D0

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 0%
G = 38.28%
B = 61.72%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0081D0 (or 0x0081D0) is known color: Navy Blue. HEX triplet: 00, 81 and D0. RGB value is (0,129,208). Sum of RGB (Red+Green+Blue) = 0+129+208=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #0081D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081D0 is #FF7E2F. Grayscale: #626262. Windows color (decimal): -16743984 or 13664512. OLE color: 13664512.

HSL color Cylindrical-coordinate representation of color #0081D0: hue angle of 202.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081D0 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 129 208 -
CMYK 1 0.38 0 0.18
HSL 202.79º 1% 0.41% -
HSV(B) 202.79º 1% 0.82% -
XYZ 19.24 20.25 62.57 -
YUV 99.44 189.26 57.08 -
System Red Green Blue C M Y K H S L
Decimal 0 129 208 1 0.38 0 0.18 202.79 1 0.41
Hex 0 81 D0 64 26 0 12 CB 64 29
Octal 0 201 320 144 46 0 22 313 144 51
Binary 0 10000001 11010000 1100100 100110 0 10010 11001011 1100100 101001

Color Harmonies of #0081D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081D0

Black with #0081D0

Text Example


Text Example

White with #0081D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0081D0; }

 p { color: rgb(0,129,208); }

 H1.HeaderClassName
 {
   color: #0081D0;
 }
 .AnyTagClassName
 {
   color: #0081D0;
 }
</style>

background-color css

<style>
 a { background-color: #0081D0; }

 a { background-color: rgb(0,129,208); }

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

border-color css

<style>
 span { border-color: #0081D0; }

 span { border-color: rgb(0,129,208); }

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