Html Css Color HEX #07018E Dark Blue

📋 copy color: '#07018E'

red 7 ◦ green 1 ◦ blue 142

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

Shades of Dark Blue #07018E

Tints of Dark Blue #07018E

RGB

 RED value IS 7 (3.13% from 255) = 4.67%

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

 BLUE value IS 142 (55.86% from 255) = 94.67%

R = 4.67%
G = 0.67%
B = 94.67%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07018E (or 0x07018E) is known color: Dark Blue. HEX triplet: 07, 01 and 8E. RGB value is (7,1,142). Sum of RGB (Red+Green+Blue) = 7+1+142=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 142 (55.86% from 255 or 94.67% from 150); Max value from RGB is 142 - color contains mainly: blue. Hex color #07018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07018E is #F8FE71. Grayscale: #121212. Windows color (decimal): -16318066 or 9306375. OLE color: 9306375.

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

Color convert

RGB 7 1 142 -
CMYK 0.95 0.99 0 0.44
HSL 242.55º 0.99% 0.28% -
HSV(B) 242.55º 0.99% 0.56% -
XYZ 4.98 2.02 25.72 -
YUV 18.87 197.49 119.54 -
System Red Green Blue C M Y K H S L
Decimal 7 1 142 0.95 0.99 0 0.44 242.55 0.99 0.28
Hex 7 1 8E 5F 63 0 2C F3 63 1C
Octal 7 1 216 137 143 0 54 363 143 34
Binary 111 1 10001110 1011111 1100011 0 101100 11110011 1100011 11100

Color Harmonies of #07018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07018E

Black with #07018E

Text Example


Text Example

White with #07018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07018E; }

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

 H1.HeaderClassName
 {
   color: #07018E;
 }
 .AnyTagClassName
 {
   color: #07018E;
 }
</style>

background-color css

<style>
 a { background-color: #07018E; }

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

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

border-color css

<style>
 span { border-color: #07018E; }

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

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