Html Css Color HEX #081192 Ultramarine

📋 copy color: '#081192'

red 8 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #081192

Tints of Ultramarine #081192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 85.38%

R = 4.68%
G = 9.94%
B = 85.38%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#081192 (or 0x081192) is known color: Ultramarine. HEX triplet: 08, 11 and 92. RGB value is (8,17,146). Sum of RGB (Red+Green+Blue) = 8+17+146=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #081192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081192 is #F7EE6D. Grayscale: #1C1C1C. Windows color (decimal): -16248430 or 9572616. OLE color: 9572616.

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

Color convert

RGB 8 17 146 -
CMYK 0.95 0.88 0 0.43
HSL 236.09º 0.9% 0.3% -
HSV(B) 236.09º 0.95% 0.57% -
XYZ 5.49 2.53 27.39 -
YUV 29.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 8 17 146 0.95 0.88 0 0.43 236.09 0.9 0.3
Hex 8 11 92 5F 58 0 2B EC 5A 1E
Octal 10 21 222 137 130 0 53 354 132 36
Binary 1000 10001 10010010 1011111 1011000 0 101011 11101100 1011010 11110

Color Harmonies of #081192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081192

Black with #081192

Text Example


Text Example

White with #081192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081192; }

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

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

background-color css

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

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

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

border-color css

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

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

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