Html Css Color HEX #071289 Ultramarine

📋 copy color: '#071289'

red 7 ◦ green 18 ◦ blue 137

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

Shades of Ultramarine #071289

Tints of Ultramarine #071289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

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

R = 4.32%
G = 11.11%
B = 84.57%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#071289 (or 0x071289) is known color: Ultramarine. HEX triplet: 07, 12 and 89. RGB value is (7,18,137). Sum of RGB (Red+Green+Blue) = 7+18+137=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #071289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071289 is #F8ED76. Grayscale: #1B1B1B. Windows color (decimal): -16313719 or 8983047. OLE color: 8983047.

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

Color convert

RGB 7 18 137 -
CMYK 0.95 0.87 0 0.46
HSL 234.92º 0.9% 0.28% -
HSV(B) 234.92º 0.95% 0.54% -
XYZ 4.82 2.28 23.85 -
YUV 28.28 189.36 112.82 -
System Red Green Blue C M Y K H S L
Decimal 7 18 137 0.95 0.87 0 0.46 234.92 0.9 0.28
Hex 7 12 89 5F 57 0 2E EB 5A 1C
Octal 7 22 211 137 127 0 56 353 132 34
Binary 111 10010 10001001 1011111 1010111 0 101110 11101011 1011010 11100

Color Harmonies of #071289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071289

Black with #071289

Text Example


Text Example

White with #071289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071289; }

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

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

background-color css

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

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

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

border-color css

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

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

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