Html Css Color HEX #081199 Ultramarine

📋 copy color: '#081199'

red 8 ◦ green 17 ◦ blue 153

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

Shades of Ultramarine #081199

Tints of Ultramarine #081199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 153 (60.16% from 255) = 85.96%

R = 4.49%
G = 9.55%
B = 85.96%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#081199 (or 0x081199) is known color: Ultramarine. HEX triplet: 08, 11 and 99. RGB value is (8,17,153). Sum of RGB (Red+Green+Blue) = 8+17+153=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 153 (60.16% from 255 or 85.96% from 178); Max value from RGB is 153 - color contains mainly: blue. Hex color #081199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081199 is #F7EE66. Grayscale: #1D1D1D. Windows color (decimal): -16248423 or 10031368. OLE color: 10031368.

HSL color Cylindrical-coordinate representation of color #081199: hue angle of 236.28º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081199 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 17 153 -
CMYK 0.95 0.89 0 0.4
HSL 236.28º 0.9% 0.32% -
HSV(B) 236.28º 0.95% 0.6% -
XYZ 6.05 2.75 30.35 -
YUV 29.81 197.52 112.44 -
System Red Green Blue C M Y K H S L
Decimal 8 17 153 0.95 0.89 0 0.4 236.28 0.9 0.32
Hex 8 11 99 5F 59 0 28 EC 5A 20
Octal 10 21 231 137 131 0 50 354 132 40
Binary 1000 10001 10011001 1011111 1011001 0 101000 11101100 1011010 100000

Color Harmonies of #081199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081199

Black with #081199

Text Example


Text Example

White with #081199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081199; }

 p { color: rgb(8,17,153); }

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

background-color css

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

 a { background-color: rgb(8,17,153); }

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

border-color css

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

 span { border-color: rgb(8,17,153); }

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