Html Css Color HEX #17138B Ultramarine

📋 copy color: '#17138B'

red 23 ◦ green 19 ◦ blue 139

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

Shades of Ultramarine #17138B

Tints of Ultramarine #17138B

RGB

 RED value IS 23 (9.38% from 255) = 12.71%

 GREEN value IS 19 (7.81% from 255) = 10.5%

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

R = 12.71%
G = 10.5%
B = 76.8%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17138B (or 0x17138B) is known color: Ultramarine. HEX triplet: 17, 13 and 8B. RGB value is (23,19,139). Sum of RGB (Red+Green+Blue) = 23+19+139=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #17138B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17138B is #E8EC74. Grayscale: #212121. Windows color (decimal): -15264885 or 9114391. OLE color: 9114391.

HSL color Cylindrical-coordinate representation of color #17138B: hue angle of 242º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17138B is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 19 139 -
CMYK 0.83 0.86 0 0.45
HSL 242º 0.76% 0.31% -
HSV(B) 242º 0.86% 0.55% -
XYZ 5.25 2.51 24.63 -
YUV 33.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 23 19 139 0.83 0.86 0 0.45 242 0.76 0.31
Hex 17 13 8B 53 56 0 2D F2 4C 1F
Octal 27 23 213 123 126 0 55 362 114 37
Binary 10111 10011 10001011 1010011 1010110 0 101101 11110010 1001100 11111

Color Harmonies of #17138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17138B

Black with #17138B

Text Example


Text Example

White with #17138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,19,139); }

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

background-color css

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

 a { background-color: rgb(23,19,139); }

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

border-color css

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

 span { border-color: rgb(23,19,139); }

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