Html Css Color HEX #01068A Dark Blue

📋 copy color: '#01068A'

red 1 ◦ green 6 ◦ blue 138

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

Shades of Dark Blue #01068A

Tints of Dark Blue #01068A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 95.17%

R = 0.69%
G = 4.14%
B = 95.17%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01068A (or 0x01068A) is known color: Dark Blue. HEX triplet: 01, 06 and 8A. RGB value is (1,6,138). Sum of RGB (Red+Green+Blue) = 1+6+138=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 138 (54.30% from 255 or 95.17% from 145); Max value from RGB is 138 - color contains mainly: blue. Hex color #01068A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01068A is #FEF975. Grayscale: #131313. Windows color (decimal): -16710006 or 9045505. OLE color: 9045505.

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

Color convert

RGB 1 6 138 -
CMYK 0.99 0.96 0 0.46
HSL 237.81º 0.99% 0.27% -
HSV(B) 237.81º 0.99% 0.54% -
XYZ 4.67 1.97 24.18 -
YUV 19.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 1 6 138 0.99 0.96 0 0.46 237.81 0.99 0.27
Hex 1 6 8A 63 60 0 2E EE 63 1B
Octal 1 6 212 143 140 0 56 356 143 33
Binary 1 110 10001010 1100011 1100000 0 101110 11101110 1100011 11011

Color Harmonies of #01068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01068A

Black with #01068A

Text Example


Text Example

White with #01068A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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