Html Css Color HEX #010268 Navy

📋 copy color: '#010268'

red 1 ◦ green 2 ◦ blue 104

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

Shades of Navy #010268

Tints of Navy #010268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 97.2%

R = 0.93%
G = 1.87%
B = 97.2%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010268 (or 0x010268) is known color: Navy. HEX triplet: 01, 02 and 68. RGB value is (1,2,104). Sum of RGB (Red+Green+Blue) = 1+2+104=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 104 (41.02% from 255 or 97.20% from 107); Max value from RGB is 104 - color contains mainly: blue. Hex color #010268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010268 is #FEFD97. Grayscale: #0C0C0C. Windows color (decimal): -16711064 or 6816257. OLE color: 6816257.

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

Color convert

RGB 1 2 104 -
CMYK 0.99 0.98 0 0.59
HSL 239.42º 0.98% 0.21% -
HSV(B) 239.42º 0.99% 0.41% -
XYZ 2.53 1.05 13.17 -
YUV 13.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 1 2 104 0.99 0.98 0 0.59 239.42 0.98 0.21
Hex 1 2 68 63 62 0 3B EF 62 15
Octal 1 2 150 143 142 0 73 357 142 25
Binary 1 10 1101000 1100011 1100010 0 111011 11101111 1100010 10101

Color Harmonies of #010268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010268

Black with #010268

Text Example


Text Example

White with #010268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010268; }

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

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

background-color css

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

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

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

border-color css

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

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

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