Html Css Color HEX #11038A Ultramarine

📋 copy color: '#11038A'

red 17 ◦ green 3 ◦ blue 138

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

Shades of Ultramarine #11038A

Tints of Ultramarine #11038A

RGB

 RED value IS 17 (7.03% from 255) = 10.76%

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

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

R = 10.76%
G = 1.9%
B = 87.34%

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

#11038A (or 0x11038A) is known color: Ultramarine. HEX triplet: 11, 03 and 8A. RGB value is (17,3,138). Sum of RGB (Red+Green+Blue) = 17+3+138=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #11038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11038A is #EEFC75. Grayscale: #161616. Windows color (decimal): -15662198 or 9044753. OLE color: 9044753.

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

Color convert

RGB 17 3 138 -
CMYK 0.88 0.98 0 0.46
HSL 246.22º 0.96% 0.28% -
HSV(B) 246.22º 0.98% 0.54% -
XYZ 4.85 2.02 24.18 -
YUV 22.58 193.14 124.02 -
System Red Green Blue C M Y K H S L
Decimal 17 3 138 0.88 0.98 0 0.46 246.22 0.96 0.28
Hex 11 3 8A 58 62 0 2E F6 60 1C
Octal 21 3 212 130 142 0 56 366 140 34
Binary 10001 11 10001010 1011000 1100010 0 101110 11110110 1100000 11100

Color Harmonies of #11038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11038A

Black with #11038A

Text Example


Text Example

White with #11038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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