Html Css Color HEX #081194 Ultramarine

📋 copy color: '#081194'

red 8 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #081194

Tints of Ultramarine #081194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 85.55%

R = 4.62%
G = 9.83%
B = 85.55%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081194 (or 0x081194) is known color: Ultramarine. HEX triplet: 08, 11 and 94. RGB value is (8,17,148). Sum of RGB (Red+Green+Blue) = 8+17+148=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #081194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081194 is #F7EE6B. Grayscale: #1C1C1C. Windows color (decimal): -16248428 or 9703688. OLE color: 9703688.

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

Color convert

RGB 8 17 148 -
CMYK 0.95 0.89 0 0.42
HSL 236.14º 0.9% 0.31% -
HSV(B) 236.14º 0.95% 0.58% -
XYZ 5.65 2.59 28.22 -
YUV 29.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 8 17 148 0.95 0.89 0 0.42 236.14 0.9 0.31
Hex 8 11 94 5F 59 0 2A EC 5A 1F
Octal 10 21 224 137 131 0 52 354 132 37
Binary 1000 10001 10010100 1011111 1011001 0 101010 11101100 1011010 11111

Color Harmonies of #081194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081194

Black with #081194

Text Example


Text Example

White with #081194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081194; }

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

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

background-color css

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

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

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

border-color css

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

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

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