Html Css Color HEX #100288 Ultramarine

📋 copy color: '#100288'

red 16 ◦ green 2 ◦ blue 136

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

Shades of Ultramarine #100288

Tints of Ultramarine #100288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 136 (53.52% from 255) = 88.31%

R = 10.39%
G = 1.3%
B = 88.31%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#100288 (or 0x100288) is known color: Ultramarine. HEX triplet: 10, 02 and 88. RGB value is (16,2,136). Sum of RGB (Red+Green+Blue) = 16+2+136=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 136 (53.52% from 255 or 88.31% from 154); Max value from RGB is 136 - color contains mainly: blue. Hex color #100288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100288 is #EFFD77. Grayscale: #141414. Windows color (decimal): -15727992 or 8913424. OLE color: 8913424.

HSL color Cylindrical-coordinate representation of color #100288: hue angle of 246.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100288 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 2 136 -
CMYK 0.88 0.99 0 0.47
HSL 246.27º 0.97% 0.27% -
HSV(B) 246.27º 0.99% 0.53% -
XYZ 4.68 1.93 23.42 -
YUV 21.46 192.64 124.1 -
System Red Green Blue C M Y K H S L
Decimal 16 2 136 0.88 0.99 0 0.47 246.27 0.97 0.27
Hex 10 2 88 58 63 0 2F F6 61 1B
Octal 20 2 210 130 143 0 57 366 141 33
Binary 10000 10 10001000 1011000 1100011 0 101111 11110110 1100001 11011

Color Harmonies of #100288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100288

Black with #100288

Text Example


Text Example

White with #100288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100288; }

 p { color: rgb(16,2,136); }

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

background-color css

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

 a { background-color: rgb(16,2,136); }

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

border-color css

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

 span { border-color: rgb(16,2,136); }

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