Html Css Color HEX #071088 Ultramarine

📋 copy color: '#071088'

red 7 ◦ green 16 ◦ blue 136

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

Shades of Ultramarine #071088

Tints of Ultramarine #071088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 85.53%

R = 4.4%
G = 10.06%
B = 85.53%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#071088 (or 0x071088) is known color: Ultramarine. HEX triplet: 07, 10 and 88. RGB value is (7,16,136). Sum of RGB (Red+Green+Blue) = 7+16+136=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 136 (53.52% from 255 or 85.53% from 159); Max value from RGB is 136 - color contains mainly: blue. Hex color #071088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071088 is #F8EF77. Grayscale: #1A1A1A. Windows color (decimal): -16314232 or 8916999. OLE color: 8916999.

HSL color Cylindrical-coordinate representation of color #071088: hue angle of 235.81º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071088 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 16 136 -
CMYK 0.95 0.88 0 0.47
HSL 235.81º 0.9% 0.28% -
HSV(B) 235.81º 0.95% 0.53% -
XYZ 4.72 2.19 23.47 -
YUV 26.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 7 16 136 0.95 0.88 0 0.47 235.81 0.9 0.28
Hex 7 10 88 5F 58 0 2F EC 5A 1C
Octal 7 20 210 137 130 0 57 354 132 34
Binary 111 10000 10001000 1011111 1011000 0 101111 11101100 1011010 11100

Color Harmonies of #071088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071088

Black with #071088

Text Example


Text Example

White with #071088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071088; }

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

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

background-color css

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

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

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

border-color css

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

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

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