Html Css Color HEX #10018A Ultramarine

📋 copy color: '#10018A'

red 16 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #10018A

Tints of Ultramarine #10018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 10.32%
G = 0.65%
B = 89.03%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10018A (or 0x10018A) is known color: Ultramarine. HEX triplet: 10, 01 and 8A. RGB value is (16,1,138). Sum of RGB (Red+Green+Blue) = 16+1+138=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 138 (54.30% from 255 or 89.03% from 155); Max value from RGB is 138 - color contains mainly: blue. Hex color #10018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10018A is #EFFE75. Grayscale: #141414. Windows color (decimal): -15728246 or 9044240. OLE color: 9044240.

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

Color convert

RGB 16 1 138 -
CMYK 0.88 0.99 0 0.46
HSL 246.57º 0.99% 0.27% -
HSV(B) 246.57º 0.99% 0.54% -
XYZ 4.81 1.97 24.17 -
YUV 21.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 16 1 138 0.88 0.99 0 0.46 246.57 0.99 0.27
Hex 10 1 8A 58 63 0 2E F7 63 1B
Octal 20 1 212 130 143 0 56 367 143 33
Binary 10000 1 10001010 1011000 1100011 0 101110 11110111 1100011 11011

Color Harmonies of #10018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10018A

Black with #10018A

Text Example


Text Example

White with #10018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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