Html Css Color HEX #0281D8 Navy Blue

📋 copy color: '#0281D8'

red 2 ◦ green 129 ◦ blue 216

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

Shades of Navy Blue #0281D8

Tints of Navy Blue #0281D8

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

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

 BLUE value IS 216 (84.77% from 255) = 62.25%

R = 0.58%
G = 37.18%
B = 62.25%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0281D8 (or 0x0281D8) is known color: Navy Blue. HEX triplet: 02, 81 and D8. RGB value is (2,129,216). Sum of RGB (Red+Green+Blue) = 2+129+216=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #0281D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281D8 is #FD7E27. Grayscale: #646464. Windows color (decimal): -16612904 or 14188802. OLE color: 14188802.

HSL color Cylindrical-coordinate representation of color #0281D8: hue angle of 204.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281D8 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 129 216 -
CMYK 0.99 0.40 0 0.15
HSL 204.39º 0.98% 0.43% -
HSV(B) 204.39º 0.99% 0.85% -
XYZ 20.27 20.67 67.89 -
YUV 100.95 192.92 57.43 -
System Red Green Blue C M Y K H S L
Decimal 2 129 216 0.99 0.40 0 0.15 204.39 0.98 0.43
Hex 2 81 D8 63 28 0 F CC 62 2B
Octal 2 201 330 143 50 0 17 314 142 53
Binary 10 10000001 11011000 1100011 101000 0 1111 11001100 1100010 101011

Color Harmonies of #0281D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281D8

Black with #0281D8

Text Example


Text Example

White with #0281D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0281D8; }

 p { color: rgb(2,129,216); }

 H1.HeaderClassName
 {
   color: #0281D8;
 }
 .AnyTagClassName
 {
   color: #0281D8;
 }
</style>

background-color css

<style>
 a { background-color: #0281D8; }

 a { background-color: rgb(2,129,216); }

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

border-color css

<style>
 span { border-color: #0281D8; }

 span { border-color: rgb(2,129,216); }

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