Html Css Color HEX #01078F Dark Blue

📋 copy color: '#01078F'

red 1 ◦ green 7 ◦ blue 143

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

Shades of Dark Blue #01078F

Tints of Dark Blue #01078F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.64%

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

R = 0.66%
G = 4.64%
B = 94.7%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01078F (or 0x01078F) is known color: Dark Blue. HEX triplet: 01, 07 and 8F. RGB value is (1,7,143). Sum of RGB (Red+Green+Blue) = 1+7+143=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 143 (56.25% from 255 or 94.70% from 151); Max value from RGB is 143 - color contains mainly: blue. Hex color #01078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01078F is #FEF870. Grayscale: #141414. Windows color (decimal): -16709745 or 9373441. OLE color: 9373441.

HSL color Cylindrical-coordinate representation of color #01078F: hue angle of 237.46º 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 #01078F is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 7 143 -
CMYK 0.99 0.95 0 0.44
HSL 237.46º 0.99% 0.28% -
HSV(B) 237.46º 0.99% 0.56% -
XYZ 5.05 2.14 26.13 -
YUV 20.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 1 7 143 0.99 0.95 0 0.44 237.46 0.99 0.28
Hex 1 7 8F 63 5F 0 2C ED 63 1C
Octal 1 7 217 143 137 0 54 355 143 34
Binary 1 111 10001111 1100011 1011111 0 101100 11101101 1100011 11100

Color Harmonies of #01078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01078F

Black with #01078F

Text Example


Text Example

White with #01078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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