Html Css Color HEX #07018F Dark Blue

📋 copy color: '#07018F'

red 7 ◦ green 1 ◦ blue 143

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

Shades of Dark Blue #07018F

Tints of Dark Blue #07018F

RGB

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

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

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

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

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

#07018F (or 0x07018F) is known color: Dark Blue. HEX triplet: 07, 01 and 8F. RGB value is (7,1,143). Sum of RGB (Red+Green+Blue) = 7+1+143=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 1 (0.78% from 255 or 0.66% 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 #07018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07018F is #F8FE70. Grayscale: #121212. Windows color (decimal): -16318065 or 9371911. OLE color: 9371911.

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

Color convert

RGB 7 1 143 -
CMYK 0.95 0.99 0 0.44
HSL 242.54º 0.99% 0.28% -
HSV(B) 242.54º 0.99% 0.56% -
XYZ 5.06 2.05 26.12 -
YUV 18.98 197.99 119.45 -
System Red Green Blue C M Y K H S L
Decimal 7 1 143 0.95 0.99 0 0.44 242.54 0.99 0.28
Hex 7 1 8F 5F 63 0 2C F3 63 1C
Octal 7 1 217 137 143 0 54 363 143 34
Binary 111 1 10001111 1011111 1100011 0 101100 11110011 1100011 11100

Color Harmonies of #07018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07018F

Black with #07018F

Text Example


Text Example

White with #07018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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