Html Css Color HEX #071497 Ultramarine

📋 copy color: '#071497'

red 7 ◦ green 20 ◦ blue 151

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

Shades of Ultramarine #071497

Tints of Ultramarine #071497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 3.93%
G = 11.24%
B = 84.83%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#071497 (or 0x071497) is known color: Ultramarine. HEX triplet: 07, 14 and 97. RGB value is (7,20,151). Sum of RGB (Red+Green+Blue) = 7+20+151=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 151 (59.38% from 255 or 84.83% from 178); Max value from RGB is 151 - color contains mainly: blue. Hex color #071497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071497 is #F8EB68. Grayscale: #1E1E1E. Windows color (decimal): -16313193 or 9901063. OLE color: 9901063.

HSL color Cylindrical-coordinate representation of color #071497: hue angle of 234.58º 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 #071497 is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 20 151 -
CMYK 0.95 0.87 0 0.41
HSL 234.58º 0.91% 0.31% -
HSV(B) 234.58º 0.95% 0.59% -
XYZ 5.92 2.78 29.5 -
YUV 31.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 7 20 151 0.95 0.87 0 0.41 234.58 0.91 0.31
Hex 7 14 97 5F 57 0 29 EB 5B 1F
Octal 7 24 227 137 127 0 51 353 133 37
Binary 111 10100 10010111 1011111 1010111 0 101001 11101011 1011011 11111

Color Harmonies of #071497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071497

Black with #071497

Text Example


Text Example

White with #071497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071497; }

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

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

background-color css

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

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

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

border-color css

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

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

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