Html Css Color HEX #0281DA Navy Blue

📋 copy color: '#0281DA'

red 2 ◦ green 129 ◦ blue 218

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

Shades of Navy Blue #0281DA

Tints of Navy Blue #0281DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 0.57%
G = 36.96%
B = 62.46%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0281DA (or 0x0281DA) is known color: Navy Blue. HEX triplet: 02, 81 and DA. RGB value is (2,129,218). Sum of RGB (Red+Green+Blue) = 2+129+218=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #0281DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281DA is #FD7E25. Grayscale: #646464. Windows color (decimal): -16612902 or 14319874. OLE color: 14319874.

HSL color Cylindrical-coordinate representation of color #0281DA: hue angle of 204.72º 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 #0281DA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 129 218 -
CMYK 0.99 0.41 0 0.15
HSL 204.72º 0.98% 0.43% -
HSV(B) 204.72º 0.99% 0.85% -
XYZ 20.53 20.78 69.26 -
YUV 101.17 193.92 57.26 -
System Red Green Blue C M Y K H S L
Decimal 2 129 218 0.99 0.41 0 0.15 204.72 0.98 0.43
Hex 2 81 DA 63 29 0 F CD 62 2B
Octal 2 201 332 143 51 0 17 315 142 53
Binary 10 10000001 11011010 1100011 101001 0 1111 11001101 1100010 101011

Color Harmonies of #0281DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281DA

Black with #0281DA

Text Example


Text Example

White with #0281DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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