Html Css Color HEX #071095 Ultramarine

📋 copy color: '#071095'

red 7 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #071095

Tints of Ultramarine #071095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.3%

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

R = 4.07%
G = 9.3%
B = 86.63%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#071095 (or 0x071095) is known color: Ultramarine. HEX triplet: 07, 10 and 95. RGB value is (7,16,149). Sum of RGB (Red+Green+Blue) = 7+16+149=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #071095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071095 is #F8EF6A. Grayscale: #1B1B1B. Windows color (decimal): -16314219 or 9768967. OLE color: 9768967.

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

Color convert

RGB 7 16 149 -
CMYK 0.95 0.89 0 0.42
HSL 236.2º 0.91% 0.31% -
HSV(B) 236.2º 0.95% 0.58% -
XYZ 5.7 2.59 28.63 -
YUV 28.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 7 16 149 0.95 0.89 0 0.42 236.2 0.91 0.31
Hex 7 10 95 5F 59 0 2A EC 5B 1F
Octal 7 20 225 137 131 0 52 354 133 37
Binary 111 10000 10010101 1011111 1011001 0 101010 11101100 1011011 11111

Color Harmonies of #071095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071095

Black with #071095

Text Example


Text Example

White with #071095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071095; }

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

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

background-color css

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

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

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

border-color css

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

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

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