Html Css Color HEX #11038B Ultramarine

📋 copy color: '#11038B'

red 17 ◦ green 3 ◦ blue 139

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

Shades of Ultramarine #11038B

Tints of Ultramarine #11038B

RGB

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

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

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

R = 10.69%
G = 1.89%
B = 87.42%

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

#11038B (or 0x11038B) is known color: Ultramarine. HEX triplet: 11, 03 and 8B. RGB value is (17,3,139). Sum of RGB (Red+Green+Blue) = 17+3+139=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 139 (54.69% from 255 or 87.42% from 159); Max value from RGB is 139 - color contains mainly: blue. Hex color #11038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11038B is #EEFC74. Grayscale: #161616. Windows color (decimal): -15662197 or 9110289. OLE color: 9110289.

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

Color convert

RGB 17 3 139 -
CMYK 0.88 0.98 0 0.45
HSL 246.18º 0.96% 0.28% -
HSV(B) 246.18º 0.98% 0.55% -
XYZ 4.92 2.05 24.56 -
YUV 22.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 17 3 139 0.88 0.98 0 0.45 246.18 0.96 0.28
Hex 11 3 8B 58 62 0 2D F6 60 1C
Octal 21 3 213 130 142 0 55 366 140 34
Binary 10001 11 10001011 1011000 1100010 0 101101 11110110 1100000 11100

Color Harmonies of #11038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11038B

Black with #11038B

Text Example


Text Example

White with #11038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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