Html Css Color HEX #01078D Dark Blue

📋 copy color: '#01078D'

red 1 ◦ green 7 ◦ blue 141

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

Shades of Dark Blue #01078D

Tints of Dark Blue #01078D

RGB

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

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

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

R = 0.67%
G = 4.7%
B = 94.63%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01078D (or 0x01078D) is known color: Dark Blue. HEX triplet: 01, 07 and 8D. RGB value is (1,7,141). Sum of RGB (Red+Green+Blue) = 1+7+141=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 141 (55.47% from 255 or 94.63% from 149); Max value from RGB is 141 - color contains mainly: blue. Hex color #01078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01078D is #FEF872. Grayscale: #131313. Windows color (decimal): -16709747 or 9242369. OLE color: 9242369.

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

Color convert

RGB 1 7 141 -
CMYK 0.99 0.95 0 0.45
HSL 237.43º 0.99% 0.28% -
HSV(B) 237.43º 0.99% 0.55% -
XYZ 4.9 2.08 25.34 -
YUV 20.48 196.01 114.1 -
System Red Green Blue C M Y K H S L
Decimal 1 7 141 0.99 0.95 0 0.45 237.43 0.99 0.28
Hex 1 7 8D 63 5F 0 2D ED 63 1C
Octal 1 7 215 143 137 0 55 355 143 34
Binary 1 111 10001101 1100011 1011111 0 101101 11101101 1100011 11100

Color Harmonies of #01078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01078D

Black with #01078D

Text Example


Text Example

White with #01078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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