Html Css Color HEX #081794 Ultramarine

📋 copy color: '#081794'

red 8 ◦ green 23 ◦ blue 148

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

Shades of Ultramarine #081794

Tints of Ultramarine #081794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

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

R = 4.47%
G = 12.85%
B = 82.68%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#081794 (or 0x081794) is known color: Ultramarine. HEX triplet: 08, 17 and 94. RGB value is (8,23,148). Sum of RGB (Red+Green+Blue) = 8+23+148=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 148 (58.20% from 255 or 82.68% from 179); Max value from RGB is 148 - color contains mainly: blue. Hex color #081794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081794 is #F7E86B. Grayscale: #202020. Windows color (decimal): -16246892 or 9705224. OLE color: 9705224.

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

Color convert

RGB 8 23 148 -
CMYK 0.95 0.84 0 0.42
HSL 233.57º 0.9% 0.31% -
HSV(B) 233.57º 0.95% 0.58% -
XYZ 5.75 2.8 28.25 -
YUV 32.77 193.03 110.34 -
System Red Green Blue C M Y K H S L
Decimal 8 23 148 0.95 0.84 0 0.42 233.57 0.9 0.31
Hex 8 17 94 5F 54 0 2A EA 5A 1F
Octal 10 27 224 137 124 0 52 352 132 37
Binary 1000 10111 10010100 1011111 1010100 0 101010 11101010 1011010 11111

Color Harmonies of #081794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081794

Black with #081794

Text Example


Text Example

White with #081794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081794; }

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

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

background-color css

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

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

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

border-color css

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

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

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