Html Css Color HEX #0181DF Navy Blue

📋 copy color: '#0181DF'

red 1 ◦ green 129 ◦ blue 223

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

Shades of Navy Blue #0181DF

Tints of Navy Blue #0181DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 0.28%
G = 36.54%
B = 63.17%

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

#0181DF (or 0x0181DF) is known color: Navy Blue. HEX triplet: 01, 81 and DF. RGB value is (1,129,223). Sum of RGB (Red+Green+Blue) = 1+129+223=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #0181DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0181DF is #FE7E20. Grayscale: #646464. Windows color (decimal): -16678433 or 14647553. OLE color: 14647553.

HSL color Cylindrical-coordinate representation of color #0181DF: hue angle of 205.41º 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 #0181DF is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 129 223 -
CMYK 1.00 0.42 0 0.13
HSL 205.41º 0.99% 0.44% -
HSV(B) 205.41º 1% 0.87% -
XYZ 21.18 21.03 72.76 -
YUV 101.44 196.59 56.36 -
System Red Green Blue C M Y K H S L
Decimal 1 129 223 1.00 0.42 0 0.13 205.41 0.99 0.44
Hex 1 81 DF 64 2A 0 D CD 63 2C
Octal 1 201 337 144 52 0 15 315 143 54
Binary 1 10000001 11011111 1100100 101010 0 1101 11001101 1100011 101100

Color Harmonies of #0181DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0181DF

Black with #0181DF

Text Example


Text Example

White with #0181DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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