Html Css Color HEX #010275 Navy

📋 copy color: '#010275'

red 1 ◦ green 2 ◦ blue 117

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

Shades of Navy #010275

Tints of Navy #010275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 97.5%

R = 0.83%
G = 1.67%
B = 97.5%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010275 (or 0x010275) is known color: Navy. HEX triplet: 01, 02 and 75. RGB value is (1,2,117). Sum of RGB (Red+Green+Blue) = 1+2+117=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 117 (46.09% from 255 or 97.5% from 120); Max value from RGB is 117 - color contains mainly: blue. Hex color #010275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010275 is #FEFD8A. Grayscale: #0E0E0E. Windows color (decimal): -16711051 or 7668225. OLE color: 7668225.

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

Color convert

RGB 1 2 117 -
CMYK 0.99 0.98 0 0.54
HSL 239.48º 0.98% 0.23% -
HSV(B) 239.48º 0.99% 0.46% -
XYZ 3.25 1.33 16.92 -
YUV 14.81 185.67 118.15 -
System Red Green Blue C M Y K H S L
Decimal 1 2 117 0.99 0.98 0 0.54 239.48 0.98 0.23
Hex 1 2 75 63 62 0 36 EF 62 17
Octal 1 2 165 143 142 0 66 357 142 27
Binary 1 10 1110101 1100011 1100010 0 110110 11101111 1100010 10111

Color Harmonies of #010275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010275

Black with #010275

Text Example


Text Example

White with #010275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010275; }

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

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

background-color css

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

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

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

border-color css

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

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

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