Html Css Color HEX #07018C Dark Blue

📋 copy color: '#07018C'

red 7 ◦ green 1 ◦ blue 140

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

Shades of Dark Blue #07018C

Tints of Dark Blue #07018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 94.59%

R = 4.73%
G = 0.68%
B = 94.59%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07018C (or 0x07018C) is known color: Dark Blue. HEX triplet: 07, 01 and 8C. RGB value is (7,1,140). Sum of RGB (Red+Green+Blue) = 7+1+140=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 140 (55.08% from 255 or 94.59% from 148); Max value from RGB is 140 - color contains mainly: blue. Hex color #07018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07018C is #F8FE73. Grayscale: #121212. Windows color (decimal): -16318068 or 9175303. OLE color: 9175303.

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

Color convert

RGB 7 1 140 -
CMYK 0.95 0.99 0 0.45
HSL 242.59º 0.99% 0.28% -
HSV(B) 242.59º 0.99% 0.55% -
XYZ 4.83 1.96 24.93 -
YUV 18.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 7 1 140 0.95 0.99 0 0.45 242.59 0.99 0.28
Hex 7 1 8C 5F 63 0 2D F3 63 1C
Octal 7 1 214 137 143 0 55 363 143 34
Binary 111 1 10001100 1011111 1100011 0 101101 11110011 1100011 11100

Color Harmonies of #07018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07018C

Black with #07018C

Text Example


Text Example

White with #07018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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