Html Css Color HEX #01028B Dark Blue

📋 copy color: '#01028B'

red 1 ◦ green 2 ◦ blue 139

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

Shades of Dark Blue #01028B

Tints of Dark Blue #01028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 0.7%
G = 1.41%
B = 97.89%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01028B (or 0x01028B) is known color: Dark Blue. HEX triplet: 01, 02 and 8B. RGB value is (1,2,139). Sum of RGB (Red+Green+Blue) = 1+2+139=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 139 (54.69% from 255 or 97.89% from 142); Max value from RGB is 139 - color contains mainly: blue. Hex color #01028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01028B is #FEFD74. Grayscale: #101010. Windows color (decimal): -16711029 or 9110017. OLE color: 9110017.

HSL color Cylindrical-coordinate representation of color #01028B: hue angle of 239.57º 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 #01028B is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 2 139 -
CMYK 0.99 0.99 0 0.45
HSL 239.57º 0.99% 0.27% -
HSV(B) 239.57º 0.99% 0.55% -
XYZ 4.69 1.91 24.55 -
YUV 17.32 196.67 116.36 -
System Red Green Blue C M Y K H S L
Decimal 1 2 139 0.99 0.99 0 0.45 239.57 0.99 0.27
Hex 1 2 8B 63 63 0 2D F0 63 1B
Octal 1 2 213 143 143 0 55 360 143 33
Binary 1 10 10001011 1100011 1100011 0 101101 11110000 1100011 11011

Color Harmonies of #01028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01028B

Black with #01028B

Text Example


Text Example

White with #01028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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