Html Css Color HEX #0281CC Navy Blue

📋 copy color: '#0281CC'

red 2 ◦ green 129 ◦ blue 204

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

Shades of Navy Blue #0281CC

Tints of Navy Blue #0281CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 0.6%
G = 38.51%
B = 60.9%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0281CC (or 0x0281CC) is known color: Navy Blue. HEX triplet: 02, 81 and CC. RGB value is (2,129,204). Sum of RGB (Red+Green+Blue) = 2+129+204=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #0281CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281CC is #FD7E33. Grayscale: #636363. Windows color (decimal): -16612916 or 13402370. OLE color: 13402370.

HSL color Cylindrical-coordinate representation of color #0281CC: hue angle of 202.28º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281CC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 129 204 -
CMYK 0.99 0.37 0 0.2
HSL 202.28º 0.98% 0.4% -
HSV(B) 202.28º 0.99% 0.8% -
XYZ 18.77 20.07 60.01 -
YUV 99.58 186.92 58.4 -
System Red Green Blue C M Y K H S L
Decimal 2 129 204 0.99 0.37 0 0.2 202.28 0.98 0.4
Hex 2 81 CC 63 25 0 14 CA 62 28
Octal 2 201 314 143 45 0 24 312 142 50
Binary 10 10000001 11001100 1100011 100101 0 10100 11001010 1100010 101000

Color Harmonies of #0281CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281CC

Black with #0281CC

Text Example


Text Example

White with #0281CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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