Html Css Color HEX #10028A Ultramarine

📋 copy color: '#10028A'

red 16 ◦ green 2 ◦ blue 138

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

Shades of Ultramarine #10028A

Tints of Ultramarine #10028A

RGB

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

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

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

R = 10.26%
G = 1.28%
B = 88.46%

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

#10028A (or 0x10028A) is known color: Ultramarine. HEX triplet: 10, 02 and 8A. RGB value is (16,2,138). Sum of RGB (Red+Green+Blue) = 16+2+138=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 138 (54.30% from 255 or 88.46% from 156); Max value from RGB is 138 - color contains mainly: blue. Hex color #10028A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10028A is #EFFD75. Grayscale: #151515. Windows color (decimal): -15727990 or 9044496. OLE color: 9044496.

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

Color convert

RGB 16 2 138 -
CMYK 0.88 0.99 0 0.46
HSL 246.18º 0.97% 0.27% -
HSV(B) 246.18º 0.99% 0.54% -
XYZ 4.82 1.99 24.17 -
YUV 21.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 16 2 138 0.88 0.99 0 0.46 246.18 0.97 0.27
Hex 10 2 8A 58 63 0 2E F6 61 1B
Octal 20 2 212 130 143 0 56 366 141 33
Binary 10000 10 10001010 1011000 1100011 0 101110 11110110 1100001 11011

Color Harmonies of #10028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10028A

Black with #10028A

Text Example


Text Example

White with #10028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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