Html Css Color HEX #0081CD Navy Blue

📋 copy color: '#0081CD'

red 0 ◦ green 129 ◦ blue 205

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

Shades of Navy Blue #0081CD

Tints of Navy Blue #0081CD

RGB

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

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

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

R = 0%
G = 38.62%
B = 61.38%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0081CD (or 0x0081CD) is known color: Navy Blue. HEX triplet: 00, 81 and CD. RGB value is (0,129,205). Sum of RGB (Red+Green+Blue) = 0+129+205=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #0081CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0081CD is #FF7E32. Grayscale: #626262. Windows color (decimal): -16743987 or 13467904. OLE color: 13467904.

HSL color Cylindrical-coordinate representation of color #0081CD: hue angle of 202.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081CD is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 129 205 -
CMYK 1 0.37 0 0.20
HSL 202.24º 1% 0.4% -
HSV(B) 202.24º 1% 0.8% -
XYZ 18.87 20.11 60.64 -
YUV 99.09 187.76 57.32 -
System Red Green Blue C M Y K H S L
Decimal 0 129 205 1 0.37 0 0.20 202.24 1 0.4
Hex 0 81 CD 64 25 0 14 CA 64 28
Octal 0 201 315 144 45 0 24 312 144 50
Binary 0 10000001 11001101 1100100 100101 0 10100 11001010 1100100 101000

Color Harmonies of #0081CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081CD

Black with #0081CD

Text Example


Text Example

White with #0081CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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