Html Css Color HEX #010278 Navy

📋 copy color: '#010278'

red 1 ◦ green 2 ◦ blue 120

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

Shades of Navy #010278

Tints of Navy #010278

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 120 (47.27% from 255) = 97.56%

R = 0.81%
G = 1.63%
B = 97.56%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010278 (or 0x010278) is known color: Navy. HEX triplet: 01, 02 and 78. RGB value is (1,2,120). Sum of RGB (Red+Green+Blue) = 1+2+120=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 120 (47.27% from 255 or 97.56% from 123); Max value from RGB is 120 - color contains mainly: blue. Hex color #010278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010278 is #FEFD87. Grayscale: #0E0E0E. Windows color (decimal): -16711048 or 7864833. OLE color: 7864833.

HSL color Cylindrical-coordinate representation of color #010278: hue angle of 239.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010278 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 2 120 -
CMYK 0.99 0.98 0 0.53
HSL 239.5º 0.98% 0.24% -
HSV(B) 239.5º 0.99% 0.47% -
XYZ 3.42 1.41 17.86 -
YUV 15.15 187.17 117.91 -
System Red Green Blue C M Y K H S L
Decimal 1 2 120 0.99 0.98 0 0.53 239.5 0.98 0.24
Hex 1 2 78 63 62 0 35 EF 62 18
Octal 1 2 170 143 142 0 65 357 142 30
Binary 1 10 1111000 1100011 1100010 0 110101 11101111 1100010 11000

Color Harmonies of #010278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010278

Black with #010278

Text Example


Text Example

White with #010278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010278; }

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

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

background-color css

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

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

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

border-color css

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

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

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