Html Css Color HEX #071193 Ultramarine

📋 copy color: '#071193'

red 7 ◦ green 17 ◦ blue 147

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

Shades of Ultramarine #071193

Tints of Ultramarine #071193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 4.09%
G = 9.94%
B = 85.96%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#071193 (or 0x071193) is known color: Ultramarine. HEX triplet: 07, 11 and 93. RGB value is (7,17,147). Sum of RGB (Red+Green+Blue) = 7+17+147=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #071193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071193 is #F8EE6C. Grayscale: #1C1C1C. Windows color (decimal): -16313965 or 9638151. OLE color: 9638151.

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

Color convert

RGB 7 17 147 -
CMYK 0.95 0.88 0 0.42
HSL 235.71º 0.91% 0.3% -
HSV(B) 235.71º 0.95% 0.58% -
XYZ 5.55 2.55 27.8 -
YUV 28.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 7 17 147 0.95 0.88 0 0.42 235.71 0.91 0.3
Hex 7 11 93 5F 58 0 2A EC 5B 1E
Octal 7 21 223 137 130 0 52 354 133 36
Binary 111 10001 10010011 1011111 1011000 0 101010 11101100 1011011 11110

Color Harmonies of #071193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071193

Black with #071193

Text Example


Text Example

White with #071193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071193; }

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

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

background-color css

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

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

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

border-color css

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

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

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