Html Css Color HEX #0181DD Navy Blue

📋 copy color: '#0181DD'

red 1 ◦ green 129 ◦ blue 221

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

Shades of Navy Blue #0181DD

Tints of Navy Blue #0181DD

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

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

R = 0.28%
G = 36.75%
B = 62.96%

CMYK

 C value IS 1.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0181DD (or 0x0181DD) is known color: Navy Blue. HEX triplet: 01, 81 and DD. RGB value is (1,129,221). Sum of RGB (Red+Green+Blue) = 1+129+221=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #0181DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0181DD is #FE7E22. Grayscale: #646464. Windows color (decimal): -16678435 or 14516481. OLE color: 14516481.

HSL color Cylindrical-coordinate representation of color #0181DD: hue angle of 205.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0181DD is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 129 221 -
CMYK 1.00 0.42 0 0.13
HSL 205.09º 0.99% 0.44% -
HSV(B) 205.09º 1% 0.87% -
XYZ 20.91 20.93 71.34 -
YUV 101.22 195.59 56.52 -
System Red Green Blue C M Y K H S L
Decimal 1 129 221 1.00 0.42 0 0.13 205.09 0.99 0.44
Hex 1 81 DD 64 2A 0 D CD 63 2C
Octal 1 201 335 144 52 0 15 315 143 54
Binary 1 10000001 11011101 1100100 101010 0 1101 11001101 1100011 101100

Color Harmonies of #0181DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0181DD

Black with #0181DD

Text Example


Text Example

White with #0181DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,129,221); }

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

background-color css

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

 a { background-color: rgb(1,129,221); }

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

border-color css

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

 span { border-color: rgb(1,129,221); }

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