Html Css Color HEX #01068B Dark Blue

📋 copy color: '#01068B'

red 1 ◦ green 6 ◦ blue 139

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

Shades of Dark Blue #01068B

Tints of Dark Blue #01068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 95.21%

R = 0.68%
G = 4.11%
B = 95.21%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01068B (or 0x01068B) is known color: Dark Blue. HEX triplet: 01, 06 and 8B. RGB value is (1,6,139). Sum of RGB (Red+Green+Blue) = 1+6+139=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 139 (54.69% from 255 or 95.21% from 146); Max value from RGB is 139 - color contains mainly: blue. Hex color #01068B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01068B is #FEF974. Grayscale: #131313. Windows color (decimal): -16710005 or 9111041. OLE color: 9111041.

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

Color convert

RGB 1 6 139 -
CMYK 0.99 0.96 0 0.45
HSL 237.83º 0.99% 0.27% -
HSV(B) 237.83º 0.99% 0.55% -
XYZ 4.74 2 24.56 -
YUV 19.67 195.34 114.69 -
System Red Green Blue C M Y K H S L
Decimal 1 6 139 0.99 0.96 0 0.45 237.83 0.99 0.27
Hex 1 6 8B 63 60 0 2D EE 63 1B
Octal 1 6 213 143 140 0 55 356 143 33
Binary 1 110 10001011 1100011 1100000 0 101101 11101110 1100011 11011

Color Harmonies of #01068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01068B

Black with #01068B

Text Example


Text Example

White with #01068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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