Html Css Color HEX #081296 Ultramarine

📋 copy color: '#081296'

red 8 ◦ green 18 ◦ blue 150

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

Shades of Ultramarine #081296

Tints of Ultramarine #081296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 85.23%

R = 4.55%
G = 10.23%
B = 85.23%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081296 (or 0x081296) is known color: Ultramarine. HEX triplet: 08, 12 and 96. RGB value is (8,18,150). Sum of RGB (Red+Green+Blue) = 8+18+150=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 150 (58.98% from 255 or 85.23% from 176); Max value from RGB is 150 - color contains mainly: blue. Hex color #081296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081296 is #F7ED69. Grayscale: #1D1D1D. Windows color (decimal): -16248170 or 9835016. OLE color: 9835016.

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

Color convert

RGB 8 18 150 -
CMYK 0.95 0.88 0 0.41
HSL 235.77º 0.9% 0.31% -
HSV(B) 235.77º 0.95% 0.59% -
XYZ 5.82 2.69 29.07 -
YUV 30.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 8 18 150 0.95 0.88 0 0.41 235.77 0.9 0.31
Hex 8 12 96 5F 58 0 29 EC 5A 1F
Octal 10 22 226 137 130 0 51 354 132 37
Binary 1000 10010 10010110 1011111 1011000 0 101001 11101100 1011010 11111

Color Harmonies of #081296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081296

Black with #081296

Text Example


Text Example

White with #081296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081296; }

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

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

background-color css

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

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

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

border-color css

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

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

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