Html Css Color HEX #081289 Ultramarine

📋 copy color: '#081289'

red 8 ◦ green 18 ◦ blue 137

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

Shades of Ultramarine #081289

Tints of Ultramarine #081289

RGB

 RED value IS 8 (3.52% from 255) = 4.91%

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

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

R = 4.91%
G = 11.04%
B = 84.05%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#081289 (or 0x081289) is known color: Ultramarine. HEX triplet: 08, 12 and 89. RGB value is (8,18,137). Sum of RGB (Red+Green+Blue) = 8+18+137=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 137 (53.91% from 255 or 84.05% from 163); Max value from RGB is 137 - color contains mainly: blue. Hex color #081289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081289 is #F7ED76. Grayscale: #1C1C1C. Windows color (decimal): -16248183 or 8983048. OLE color: 8983048.

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

Color convert

RGB 8 18 137 -
CMYK 0.94 0.87 0 0.46
HSL 235.35º 0.89% 0.28% -
HSV(B) 235.35º 0.94% 0.54% -
XYZ 4.83 2.29 23.85 -
YUV 28.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 8 18 137 0.94 0.87 0 0.46 235.35 0.89 0.28
Hex 8 12 89 5E 57 0 2E EB 59 1C
Octal 10 22 211 136 127 0 56 353 131 34
Binary 1000 10010 10001001 1011110 1010111 0 101110 11101011 1011001 11100

Color Harmonies of #081289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081289

Black with #081289

Text Example


Text Example

White with #081289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081289; }

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

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

background-color css

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

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

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

border-color css

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

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

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