Html Css Color HEX #01028F Dark Blue

📋 copy color: '#01028F'

red 1 ◦ green 2 ◦ blue 143

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

Shades of Dark Blue #01028F

Tints of Dark Blue #01028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 97.95%

R = 0.68%
G = 1.37%
B = 97.95%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01028F (or 0x01028F) is known color: Dark Blue. HEX triplet: 01, 02 and 8F. RGB value is (1,2,143). Sum of RGB (Red+Green+Blue) = 1+2+143=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 143 (56.25% from 255 or 97.95% from 146); Max value from RGB is 143 - color contains mainly: blue. Hex color #01028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01028F is #FEFD70. Grayscale: #111111. Windows color (decimal): -16711025 or 9372161. OLE color: 9372161.

HSL color Cylindrical-coordinate representation of color #01028F: hue angle of 239.58º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01028F is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 2 143 -
CMYK 0.99 0.99 0 0.44
HSL 239.58º 0.99% 0.28% -
HSV(B) 239.58º 0.99% 0.56% -
XYZ 4.99 2.03 26.12 -
YUV 17.78 198.67 116.04 -
System Red Green Blue C M Y K H S L
Decimal 1 2 143 0.99 0.99 0 0.44 239.58 0.99 0.28
Hex 1 2 8F 63 63 0 2C F0 63 1C
Octal 1 2 217 143 143 0 54 360 143 34
Binary 1 10 10001111 1100011 1100011 0 101100 11110000 1100011 11100

Color Harmonies of #01028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01028F

Black with #01028F

Text Example


Text Example

White with #01028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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