Html Css Color HEX #10028D Ultramarine

📋 copy color: '#10028D'

red 16 ◦ green 2 ◦ blue 141

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

Shades of Ultramarine #10028D

Tints of Ultramarine #10028D

RGB

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

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

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

R = 10.06%
G = 1.26%
B = 88.68%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10028D (or 0x10028D) is known color: Ultramarine. HEX triplet: 10, 02 and 8D. RGB value is (16,2,141). Sum of RGB (Red+Green+Blue) = 16+2+141=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #10028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10028D is #EFFD72. Grayscale: #151515. Windows color (decimal): -15727987 or 9241104. OLE color: 9241104.

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

Color convert

RGB 16 2 141 -
CMYK 0.89 0.99 0 0.45
HSL 246.04º 0.97% 0.28% -
HSV(B) 246.04º 0.99% 0.55% -
XYZ 5.04 2.08 25.33 -
YUV 22.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 16 2 141 0.89 0.99 0 0.45 246.04 0.97 0.28
Hex 10 2 8D 59 63 0 2D F6 61 1C
Octal 20 2 215 131 143 0 55 366 141 34
Binary 10000 10 10001101 1011001 1100011 0 101101 11110110 1100001 11100

Color Harmonies of #10028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10028D

Black with #10028D

Text Example


Text Example

White with #10028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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