Html Css Color HEX #070193 Dark Blue

📋 copy color: '#070193'

red 7 ◦ green 1 ◦ blue 147

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

Shades of Dark Blue #070193

Tints of Dark Blue #070193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 94.84%

R = 4.52%
G = 0.65%
B = 94.84%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#070193 (or 0x070193) is known color: Dark Blue. HEX triplet: 07, 01 and 93. RGB value is (7,1,147). Sum of RGB (Red+Green+Blue) = 7+1+147=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 147 (57.81% from 255 or 94.84% from 155); Max value from RGB is 147 - color contains mainly: blue. Hex color #070193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070193 is #F8FE6C. Grayscale: #121212. Windows color (decimal): -16318061 or 9634055. OLE color: 9634055.

HSL color Cylindrical-coordinate representation of color #070193: hue angle of 242.47º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070193 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 1 147 -
CMYK 0.95 0.99 0 0.42
HSL 242.47º 0.99% 0.29% -
HSV(B) 242.47º 0.99% 0.58% -
XYZ 5.36 2.17 27.74 -
YUV 19.44 199.99 119.13 -
System Red Green Blue C M Y K H S L
Decimal 7 1 147 0.95 0.99 0 0.42 242.47 0.99 0.29
Hex 7 1 93 5F 63 0 2A F2 63 1D
Octal 7 1 223 137 143 0 52 362 143 35
Binary 111 1 10010011 1011111 1100011 0 101010 11110010 1100011 11101

Color Harmonies of #070193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070193

Black with #070193

Text Example


Text Example

White with #070193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070193; }

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

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

background-color css

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

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

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

border-color css

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

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

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