Html Css Color HEX #0278DC Navy Blue

📋 copy color: '#0278DC'

red 2 ◦ green 120 ◦ blue 220

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

Shades of Navy Blue #0278DC

Tints of Navy Blue #0278DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 220 (86.33% from 255) = 64.33%

R = 0.58%
G = 35.09%
B = 64.33%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0278DC (or 0x0278DC) is known color: Navy Blue. HEX triplet: 02, 78 and DC. RGB value is (2,120,220). Sum of RGB (Red+Green+Blue) = 2+120+220=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #0278DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0278DC is #FD8723. Grayscale: #5F5F5F. Windows color (decimal): -16615204 or 14448642. OLE color: 14448642.

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

Color convert

RGB 2 120 220 -
CMYK 0.99 0.45 0 0.14
HSL 207.52º 0.98% 0.44% -
HSV(B) 207.52º 0.99% 0.86% -
XYZ 19.66 18.61 70.27 -
YUV 96.12 197.91 60.87 -
System Red Green Blue C M Y K H S L
Decimal 2 120 220 0.99 0.45 0 0.14 207.52 0.98 0.44
Hex 2 78 DC 63 2D 0 E D0 62 2C
Octal 2 170 334 143 55 0 16 320 142 54
Binary 10 1111000 11011100 1100011 101101 0 1110 11010000 1100010 101100

Color Harmonies of #0278DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0278DC

Black with #0278DC

Text Example


Text Example

White with #0278DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0278DC; }

 p { color: rgb(2,120,220); }

 H1.HeaderClassName
 {
   color: #0278DC;
 }
 .AnyTagClassName
 {
   color: #0278DC;
 }
</style>

background-color css

<style>
 a { background-color: #0278DC; }

 a { background-color: rgb(2,120,220); }

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

border-color css

<style>
 span { border-color: #0278DC; }

 span { border-color: rgb(2,120,220); }

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