Html Css Color HEX #10088B Ultramarine

📋 copy color: '#10088B'

red 16 ◦ green 8 ◦ blue 139

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

Shades of Ultramarine #10088B

Tints of Ultramarine #10088B

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10088B (or 0x10088B) is known color: Ultramarine. HEX triplet: 10, 08 and 8B. RGB value is (16,8,139). Sum of RGB (Red+Green+Blue) = 16+8+139=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 8 (3.52% from 255 or 4.91% 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 #10088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10088B is #EFF774. Grayscale: #181818. Windows color (decimal): -15726453 or 9111568. OLE color: 9111568.

HSL color Cylindrical-coordinate representation of color #10088B: hue angle of 243.66º 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 #10088B is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 8 139 -
CMYK 0.88 0.94 0 0.45
HSL 243.66º 0.89% 0.29% -
HSV(B) 243.66º 0.94% 0.55% -
XYZ 4.96 2.15 24.58 -
YUV 25.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 16 8 139 0.88 0.94 0 0.45 243.66 0.89 0.29
Hex 10 8 8B 58 5E 0 2D F4 59 1D
Octal 20 10 213 130 136 0 55 364 131 35
Binary 10000 1000 10001011 1011000 1011110 0 101101 11110100 1011001 11101

Color Harmonies of #10088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10088B

Black with #10088B

Text Example


Text Example

White with #10088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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