Html Css Color HEX #08108A Ultramarine

📋 copy color: '#08108A'

red 8 ◦ green 16 ◦ blue 138

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

Shades of Ultramarine #08108A

Tints of Ultramarine #08108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

 BLUE value IS 138 (54.3% from 255) = 85.19%

R = 4.94%
G = 9.88%
B = 85.19%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08108A (or 0x08108A) is known color: Ultramarine. HEX triplet: 08, 10 and 8A. RGB value is (8,16,138). Sum of RGB (Red+Green+Blue) = 8+16+138=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #08108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08108A is #F7EF75. Grayscale: #1B1B1B. Windows color (decimal): -16248694 or 9048072. OLE color: 9048072.

HSL color Cylindrical-coordinate representation of color #08108A: hue angle of 236.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08108A is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 16 138 -
CMYK 0.94 0.88 0 0.46
HSL 236.31º 0.89% 0.29% -
HSV(B) 236.31º 0.94% 0.54% -
XYZ 4.87 2.26 24.22 -
YUV 27.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 8 16 138 0.94 0.88 0 0.46 236.31 0.89 0.29
Hex 8 10 8A 5E 58 0 2E EC 59 1D
Octal 10 20 212 136 130 0 56 354 131 35
Binary 1000 10000 10001010 1011110 1011000 0 101110 11101100 1011001 11101

Color Harmonies of #08108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08108A

Black with #08108A

Text Example


Text Example

White with #08108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08108A; }

 p { color: rgb(8,16,138); }

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

background-color css

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

 a { background-color: rgb(8,16,138); }

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

border-color css

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

 span { border-color: rgb(8,16,138); }

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