Html Css Color HEX #070188 Dark Blue

📋 copy color: '#070188'

red 7 ◦ green 1 ◦ blue 136

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

Shades of Dark Blue #070188

Tints of Dark Blue #070188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 94.44%

R = 4.86%
G = 0.69%
B = 94.44%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#070188 (or 0x070188) is known color: Dark Blue. HEX triplet: 07, 01 and 88. RGB value is (7,1,136). Sum of RGB (Red+Green+Blue) = 7+1+136=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 136 (53.52% from 255 or 94.44% from 144); Max value from RGB is 136 - color contains mainly: blue. Hex color #070188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070188 is #F8FE77. Grayscale: #111111. Windows color (decimal): -16318072 or 8913159. OLE color: 8913159.

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

Color convert

RGB 7 1 136 -
CMYK 0.95 0.99 0 0.47
HSL 242.67º 0.99% 0.27% -
HSV(B) 242.67º 0.99% 0.53% -
XYZ 4.54 1.84 23.41 -
YUV 18.18 194.49 120.02 -
System Red Green Blue C M Y K H S L
Decimal 7 1 136 0.95 0.99 0 0.47 242.67 0.99 0.27
Hex 7 1 88 5F 63 0 2F F3 63 1B
Octal 7 1 210 137 143 0 57 363 143 33
Binary 111 1 10001000 1011111 1100011 0 101111 11110011 1100011 11011

Color Harmonies of #070188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070188

Black with #070188

Text Example


Text Example

White with #070188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070188; }

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

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

background-color css

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

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

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

border-color css

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

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

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