Html Css Color HEX #11038D Ultramarine

📋 copy color: '#11038D'

red 17 ◦ green 3 ◦ blue 141

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

Shades of Ultramarine #11038D

Tints of Ultramarine #11038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 87.58%

R = 10.56%
G = 1.86%
B = 87.58%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#11038D (or 0x11038D) is known color: Ultramarine. HEX triplet: 11, 03 and 8D. RGB value is (17,3,141). Sum of RGB (Red+Green+Blue) = 17+3+141=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 141 (55.47% from 255 or 87.58% from 161); Max value from RGB is 141 - color contains mainly: blue. Hex color #11038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11038D is #EEFC72. Grayscale: #161616. Windows color (decimal): -15662195 or 9241361. OLE color: 9241361.

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

Color convert

RGB 17 3 141 -
CMYK 0.88 0.98 0 0.45
HSL 246.09º 0.96% 0.28% -
HSV(B) 246.09º 0.98% 0.55% -
XYZ 5.07 2.11 25.34 -
YUV 22.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 17 3 141 0.88 0.98 0 0.45 246.09 0.96 0.28
Hex 11 3 8D 58 62 0 2D F6 60 1C
Octal 21 3 215 130 142 0 55 366 140 34
Binary 10001 11 10001101 1011000 1100010 0 101101 11110110 1100000 11100

Color Harmonies of #11038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11038D

Black with #11038D

Text Example


Text Example

White with #11038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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