Html Css Color HEX #071197 Ultramarine

📋 copy color: '#071197'

red 7 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #071197

Tints of Ultramarine #071197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 86.29%

R = 4%
G = 9.71%
B = 86.29%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#071197 (or 0x071197) is known color: Ultramarine. HEX triplet: 07, 11 and 97. RGB value is (7,17,151). Sum of RGB (Red+Green+Blue) = 7+17+151=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #071197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071197 is #F8EE68. Grayscale: #1C1C1C. Windows color (decimal): -16313961 or 9900295. OLE color: 9900295.

HSL color Cylindrical-coordinate representation of color #071197: hue angle of 235.83º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071197 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 17 151 -
CMYK 0.95 0.89 0 0.41
HSL 235.83º 0.91% 0.31% -
HSV(B) 235.83º 0.95% 0.59% -
XYZ 5.87 2.68 29.49 -
YUV 29.29 196.69 112.1 -
System Red Green Blue C M Y K H S L
Decimal 7 17 151 0.95 0.89 0 0.41 235.83 0.91 0.31
Hex 7 11 97 5F 59 0 29 EC 5B 1F
Octal 7 21 227 137 131 0 51 354 133 37
Binary 111 10001 10010111 1011111 1011001 0 101001 11101100 1011011 11111

Color Harmonies of #071197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071197

Black with #071197

Text Example


Text Example

White with #071197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071197; }

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

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

background-color css

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

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

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

border-color css

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

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

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