Html Css Color HEX #10128D Ultramarine

📋 copy color: '#10128D'

red 16 ◦ green 18 ◦ blue 141

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

Shades of Ultramarine #10128D

Tints of Ultramarine #10128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 141 (55.47% from 255) = 80.57%

R = 9.14%
G = 10.29%
B = 80.57%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10128D (or 0x10128D) is known color: Ultramarine. HEX triplet: 10, 12 and 8D. RGB value is (16,18,141). Sum of RGB (Red+Green+Blue) = 16+18+141=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #10128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10128D is #EFED72. Grayscale: #1E1E1E. Windows color (decimal): -15723891 or 9245200. OLE color: 9245200.

HSL color Cylindrical-coordinate representation of color #10128D: hue angle of 239.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10128D is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 18 141 -
CMYK 0.89 0.87 0 0.45
HSL 239.04º 0.8% 0.31% -
HSV(B) 239.04º 0.89% 0.55% -
XYZ 5.24 2.47 25.4 -
YUV 31.42 189.84 117 -
System Red Green Blue C M Y K H S L
Decimal 16 18 141 0.89 0.87 0 0.45 239.04 0.8 0.31
Hex 10 12 8D 59 57 0 2D EF 50 1F
Octal 20 22 215 131 127 0 55 357 120 37
Binary 10000 10010 10001101 1011001 1010111 0 101101 11101111 1010000 11111

Color Harmonies of #10128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10128D

Black with #10128D

Text Example


Text Example

White with #10128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10128D; }

 p { color: rgb(16,18,141); }

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

background-color css

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

 a { background-color: rgb(16,18,141); }

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

border-color css

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

 span { border-color: rgb(16,18,141); }

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