Html Css Color HEX #0280CC Navy Blue

📋 copy color: '#0280CC'

red 2 ◦ green 128 ◦ blue 204

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

Shades of Navy Blue #0280CC

Tints of Navy Blue #0280CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

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

R = 0.6%
G = 38.32%
B = 61.08%

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

#0280CC (or 0x0280CC) is known color: Navy Blue. HEX triplet: 02, 80 and CC. RGB value is (2,128,204). Sum of RGB (Red+Green+Blue) = 2+128+204=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #0280CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280CC is #FD7F33. Grayscale: #626262. Windows color (decimal): -16613172 or 13402114. OLE color: 13402114.

HSL color Cylindrical-coordinate representation of color #0280CC: hue angle of 202.57º 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 #0280CC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 128 204 -
CMYK 0.99 0.37 0 0.2
HSL 202.57º 0.98% 0.4% -
HSV(B) 202.57º 0.99% 0.8% -
XYZ 18.64 19.81 59.97 -
YUV 98.99 187.26 58.82 -
System Red Green Blue C M Y K H S L
Decimal 2 128 204 0.99 0.37 0 0.2 202.57 0.98 0.4
Hex 2 80 CC 63 25 0 14 CB 62 28
Octal 2 200 314 143 45 0 24 313 142 50
Binary 10 10000000 11001100 1100011 100101 0 10100 11001011 1100010 101000

Color Harmonies of #0280CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280CC

Black with #0280CC

Text Example


Text Example

White with #0280CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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