Html Css Color HEX #071594 Ultramarine

📋 copy color: '#071594'

red 7 ◦ green 21 ◦ blue 148

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

Shades of Ultramarine #071594

Tints of Ultramarine #071594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 148 (58.2% from 255) = 84.09%

R = 3.98%
G = 11.93%
B = 84.09%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#071594 (or 0x071594) is known color: Ultramarine. HEX triplet: 07, 15 and 94. RGB value is (7,21,148). Sum of RGB (Red+Green+Blue) = 7+21+148=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #071594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071594 is #F8EA6B. Grayscale: #1E1E1E. Windows color (decimal): -16312940 or 9704711. OLE color: 9704711.

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

Color convert

RGB 7 21 148 -
CMYK 0.95 0.86 0 0.42
HSL 234.04º 0.91% 0.3% -
HSV(B) 234.04º 0.95% 0.58% -
XYZ 5.7 2.72 28.24 -
YUV 31.29 193.86 110.67 -
System Red Green Blue C M Y K H S L
Decimal 7 21 148 0.95 0.86 0 0.42 234.04 0.91 0.3
Hex 7 15 94 5F 56 0 2A EA 5B 1E
Octal 7 25 224 137 126 0 52 352 133 36
Binary 111 10101 10010100 1011111 1010110 0 101010 11101010 1011011 11110

Color Harmonies of #071594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071594

Black with #071594

Text Example


Text Example

White with #071594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071594; }

 p { color: rgb(7,21,148); }

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

background-color css

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

 a { background-color: rgb(7,21,148); }

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

border-color css

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

 span { border-color: rgb(7,21,148); }

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