Html Css Color HEX #071595 Ultramarine

📋 copy color: '#071595'

red 7 ◦ green 21 ◦ blue 149

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

Shades of Ultramarine #071595

Tints of Ultramarine #071595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 84.18%

R = 3.95%
G = 11.86%
B = 84.18%

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

#071595 (or 0x071595) is known color: Ultramarine. HEX triplet: 07, 15 and 95. RGB value is (7,21,149). Sum of RGB (Red+Green+Blue) = 7+21+149=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 149 (58.59% from 255 or 84.18% from 177); Max value from RGB is 149 - color contains mainly: blue. Hex color #071595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071595 is #F8EA6A. Grayscale: #1E1E1E. Windows color (decimal): -16312939 or 9770247. OLE color: 9770247.

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

Color convert

RGB 7 21 149 -
CMYK 0.95 0.86 0 0.42
HSL 234.08º 0.91% 0.31% -
HSV(B) 234.08º 0.95% 0.58% -
XYZ 5.78 2.75 28.66 -
YUV 31.41 194.36 110.59 -
System Red Green Blue C M Y K H S L
Decimal 7 21 149 0.95 0.86 0 0.42 234.08 0.91 0.31
Hex 7 15 95 5F 56 0 2A EA 5B 1F
Octal 7 25 225 137 126 0 52 352 133 37
Binary 111 10101 10010101 1011111 1010110 0 101010 11101010 1011011 11111

Color Harmonies of #071595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071595

Black with #071595

Text Example


Text Example

White with #071595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071595; }

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

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

background-color css

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

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

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

border-color css

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

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

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