Html Css Color HEX #01088D Dark Blue

📋 copy color: '#01088D'

red 1 ◦ green 8 ◦ blue 141

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

Shades of Dark Blue #01088D

Tints of Dark Blue #01088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 94%

R = 0.67%
G = 5.33%
B = 94%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01088D (or 0x01088D) is known color: Dark Blue. HEX triplet: 01, 08 and 8D. RGB value is (1,8,141). Sum of RGB (Red+Green+Blue) = 1+8+141=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 141 (55.47% from 255 or 94% from 150); Max value from RGB is 141 - color contains mainly: blue. Hex color #01088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01088D is #FEF772. Grayscale: #141414. Windows color (decimal): -16709491 or 9242625. OLE color: 9242625.

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

Color convert

RGB 1 8 141 -
CMYK 0.99 0.94 0 0.45
HSL 237º 0.99% 0.28% -
HSV(B) 237º 0.99% 0.55% -
XYZ 4.91 2.1 25.35 -
YUV 21.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 1 8 141 0.99 0.94 0 0.45 237 0.99 0.28
Hex 1 8 8D 63 5E 0 2D ED 63 1C
Octal 1 10 215 143 136 0 55 355 143 34
Binary 1 1000 10001101 1100011 1011110 0 101101 11101101 1100011 11100

Color Harmonies of #01088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01088D

Black with #01088D

Text Example


Text Example

White with #01088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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