Html Css Color HEX #10038A Ultramarine

📋 copy color: '#10038A'

red 16 ◦ green 3 ◦ blue 138

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

Shades of Ultramarine #10038A

Tints of Ultramarine #10038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 10.19%
G = 1.91%
B = 87.9%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10038A (or 0x10038A) is known color: Ultramarine. HEX triplet: 10, 03 and 8A. RGB value is (16,3,138). Sum of RGB (Red+Green+Blue) = 16+3+138=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #10038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #10038A is #EFFC75. Grayscale: #151515. Windows color (decimal): -15727734 or 9044752. OLE color: 9044752.

HSL color Cylindrical-coordinate representation of color #10038A: hue angle of 245.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10038A is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 3 138 -
CMYK 0.88 0.98 0 0.46
HSL 245.78º 0.96% 0.28% -
HSV(B) 245.78º 0.98% 0.54% -
XYZ 4.83 2.01 24.18 -
YUV 22.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 16 3 138 0.88 0.98 0 0.46 245.78 0.96 0.28
Hex 10 3 8A 58 62 0 2E F6 60 1C
Octal 20 3 212 130 142 0 56 366 140 34
Binary 10000 11 10001010 1011000 1100010 0 101110 11110110 1100000 11100

Color Harmonies of #10038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10038A

Black with #10038A

Text Example


Text Example

White with #10038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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