Html Css Color HEX #01068E Dark Blue

📋 copy color: '#01068E'

red 1 ◦ green 6 ◦ blue 142

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

Shades of Dark Blue #01068E

Tints of Dark Blue #01068E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

 BLUE value IS 142 (55.86% from 255) = 95.3%

R = 0.67%
G = 4.03%
B = 95.3%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01068E (or 0x01068E) is known color: Dark Blue. HEX triplet: 01, 06 and 8E. RGB value is (1,6,142). Sum of RGB (Red+Green+Blue) = 1+6+142=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 142 (55.86% from 255 or 95.30% from 149); Max value from RGB is 142 - color contains mainly: blue. Hex color #01068E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01068E is #FEF971. Grayscale: #131313. Windows color (decimal): -16710002 or 9307649. OLE color: 9307649.

HSL color Cylindrical-coordinate representation of color #01068E: hue angle of 237.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01068E is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 6 142 -
CMYK 0.99 0.96 0 0.44
HSL 237.87º 0.99% 0.28% -
HSV(B) 237.87º 0.99% 0.56% -
XYZ 4.96 2.09 25.73 -
YUV 20.01 196.84 114.44 -
System Red Green Blue C M Y K H S L
Decimal 1 6 142 0.99 0.96 0 0.44 237.87 0.99 0.28
Hex 1 6 8E 63 60 0 2C EE 63 1C
Octal 1 6 216 143 140 0 54 356 143 34
Binary 1 110 10001110 1100011 1100000 0 101100 11101110 1100011 11100

Color Harmonies of #01068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01068E

Black with #01068E

Text Example


Text Example

White with #01068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01068E; }

 p { color: rgb(1,6,142); }

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

background-color css

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

 a { background-color: rgb(1,6,142); }

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

border-color css

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

 span { border-color: rgb(1,6,142); }

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