Html Css Color HEX #071089 Ultramarine

📋 copy color: '#071089'

red 7 ◦ green 16 ◦ blue 137

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

Shades of Ultramarine #071089

Tints of Ultramarine #071089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 85.63%

R = 4.38%
G = 10%
B = 85.63%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#071089 (or 0x071089) is known color: Ultramarine. HEX triplet: 07, 10 and 89. RGB value is (7,16,137). Sum of RGB (Red+Green+Blue) = 7+16+137=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #071089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071089 is #F8EF76. Grayscale: #1A1A1A. Windows color (decimal): -16314231 or 8982535. OLE color: 8982535.

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

Color convert

RGB 7 16 137 -
CMYK 0.95 0.88 0 0.46
HSL 235.85º 0.9% 0.28% -
HSV(B) 235.85º 0.95% 0.54% -
XYZ 4.79 2.22 23.84 -
YUV 27.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 7 16 137 0.95 0.88 0 0.46 235.85 0.9 0.28
Hex 7 10 89 5F 58 0 2E EC 5A 1C
Octal 7 20 211 137 130 0 56 354 132 34
Binary 111 10000 10001001 1011111 1011000 0 101110 11101100 1011010 11100

Color Harmonies of #071089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071089

Black with #071089

Text Example


Text Example

White with #071089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071089; }

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

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

background-color css

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

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

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

border-color css

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

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

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