Html Css Color HEX #0280DB Navy Blue

📋 copy color: '#0280DB'

red 2 ◦ green 128 ◦ blue 219

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

Shades of Navy Blue #0280DB

Tints of Navy Blue #0280DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 0.57%
G = 36.68%
B = 62.75%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0280DB (or 0x0280DB) is known color: Navy Blue. HEX triplet: 02, 80 and DB. RGB value is (2,128,219). Sum of RGB (Red+Green+Blue) = 2+128+219=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #0280DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280DB is #FD7F24. Grayscale: #646464. Windows color (decimal): -16613157 or 14385154. OLE color: 14385154.

HSL color Cylindrical-coordinate representation of color #0280DB: hue angle of 205.16º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280DB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 128 219 -
CMYK 0.99 0.42 0 0.14
HSL 205.16º 0.98% 0.43% -
HSV(B) 205.16º 0.99% 0.86% -
XYZ 20.53 20.57 69.91 -
YUV 100.7 194.76 57.6 -
System Red Green Blue C M Y K H S L
Decimal 2 128 219 0.99 0.42 0 0.14 205.16 0.98 0.43
Hex 2 80 DB 63 2A 0 E CD 62 2B
Octal 2 200 333 143 52 0 16 315 142 53
Binary 10 10000000 11011011 1100011 101010 0 1110 11001101 1100010 101011

Color Harmonies of #0280DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280DB

Black with #0280DB

Text Example


Text Example

White with #0280DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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