Html Css Color HEX #01088A Dark Blue

📋 copy color: '#01088A'

red 1 ◦ green 8 ◦ blue 138

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

Shades of Dark Blue #01088A

Tints of Dark Blue #01088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

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

R = 0.68%
G = 5.44%
B = 93.88%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01088A (or 0x01088A) is known color: Dark Blue. HEX triplet: 01, 08 and 8A. RGB value is (1,8,138). Sum of RGB (Red+Green+Blue) = 1+8+138=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 138 (54.30% from 255 or 93.88% from 147); Max value from RGB is 138 - color contains mainly: blue. Hex color #01088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01088A is #FEF775. Grayscale: #141414. Windows color (decimal): -16709494 or 9046017. OLE color: 9046017.

HSL color Cylindrical-coordinate representation of color #01088A: hue angle of 236.93º 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 #01088A is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 8 138 -
CMYK 0.99 0.94 0 0.46
HSL 236.93º 0.99% 0.27% -
HSV(B) 236.93º 0.99% 0.54% -
XYZ 4.69 2.02 24.19 -
YUV 20.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 1 8 138 0.99 0.94 0 0.46 236.93 0.99 0.27
Hex 1 8 8A 63 5E 0 2E ED 63 1B
Octal 1 10 212 143 136 0 56 355 143 33
Binary 1 1000 10001010 1100011 1011110 0 101110 11101101 1100011 11011

Color Harmonies of #01088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01088A

Black with #01088A

Text Example


Text Example

White with #01088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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