Html Css Color HEX #08108B Ultramarine

📋 copy color: '#08108B'

red 8 ◦ green 16 ◦ blue 139

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

Shades of Ultramarine #08108B

Tints of Ultramarine #08108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 85.28%

R = 4.91%
G = 9.82%
B = 85.28%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08108B (or 0x08108B) is known color: Ultramarine. HEX triplet: 08, 10 and 8B. RGB value is (8,16,139). Sum of RGB (Red+Green+Blue) = 8+16+139=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 139 (54.69% from 255 or 85.28% from 163); Max value from RGB is 139 - color contains mainly: blue. Hex color #08108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08108B is #F7EF74. Grayscale: #1B1B1B. Windows color (decimal): -16248693 or 9113608. OLE color: 9113608.

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

Color convert

RGB 8 16 139 -
CMYK 0.94 0.88 0 0.45
HSL 236.34º 0.89% 0.29% -
HSV(B) 236.34º 0.94% 0.55% -
XYZ 4.95 2.29 24.61 -
YUV 27.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 8 16 139 0.94 0.88 0 0.45 236.34 0.89 0.29
Hex 8 10 8B 5E 58 0 2D EC 59 1D
Octal 10 20 213 136 130 0 55 354 131 35
Binary 1000 10000 10001011 1011110 1011000 0 101101 11101100 1011001 11101

Color Harmonies of #08108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08108B

Black with #08108B

Text Example


Text Example

White with #08108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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