Html Css Color HEX #10028B Ultramarine

📋 copy color: '#10028B'

red 16 ◦ green 2 ◦ blue 139

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

Shades of Ultramarine #10028B

Tints of Ultramarine #10028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 88.54%

R = 10.19%
G = 1.27%
B = 88.54%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10028B (or 0x10028B) is known color: Ultramarine. HEX triplet: 10, 02 and 8B. RGB value is (16,2,139). Sum of RGB (Red+Green+Blue) = 16+2+139=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 139 (54.69% from 255 or 88.54% from 157); Max value from RGB is 139 - color contains mainly: blue. Hex color #10028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10028B is #EFFD74. Grayscale: #151515. Windows color (decimal): -15727989 or 9110032. OLE color: 9110032.

HSL color Cylindrical-coordinate representation of color #10028B: hue angle of 246.13º 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 #10028B is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 2 139 -
CMYK 0.88 0.99 0 0.45
HSL 246.13º 0.97% 0.28% -
HSV(B) 246.13º 0.99% 0.55% -
XYZ 4.9 2.02 24.56 -
YUV 21.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 16 2 139 0.88 0.99 0 0.45 246.13 0.97 0.28
Hex 10 2 8B 58 63 0 2D F6 61 1C
Octal 20 2 213 130 143 0 55 366 141 34
Binary 10000 10 10001011 1011000 1100011 0 101101 11110110 1100001 11100

Color Harmonies of #10028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10028B

Black with #10028B

Text Example


Text Example

White with #10028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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