Html Css Color HEX #10028F Ultramarine

📋 copy color: '#10028F'

red 16 ◦ green 2 ◦ blue 143

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

Shades of Ultramarine #10028F

Tints of Ultramarine #10028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 88.82%

R = 9.94%
G = 1.24%
B = 88.82%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10028F (or 0x10028F) is known color: Ultramarine. HEX triplet: 10, 02 and 8F. RGB value is (16,2,143). Sum of RGB (Red+Green+Blue) = 16+2+143=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 143 (56.25% from 255 or 88.82% from 161); Max value from RGB is 143 - color contains mainly: blue. Hex color #10028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10028F is #EFFD70. Grayscale: #151515. Windows color (decimal): -15727985 or 9372176. OLE color: 9372176.

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

Color convert

RGB 16 2 143 -
CMYK 0.89 0.99 0 0.44
HSL 245.96º 0.97% 0.28% -
HSV(B) 245.96º 0.99% 0.56% -
XYZ 5.19 2.14 26.13 -
YUV 22.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 16 2 143 0.89 0.99 0 0.44 245.96 0.97 0.28
Hex 10 2 8F 59 63 0 2C F6 61 1C
Octal 20 2 217 131 143 0 54 366 141 34
Binary 10000 10 10001111 1011001 1100011 0 101100 11110110 1100001 11100

Color Harmonies of #10028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10028F

Black with #10028F

Text Example


Text Example

White with #10028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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