Html Css Color HEX #17138A Ultramarine

📋 copy color: '#17138A'

red 23 ◦ green 19 ◦ blue 138

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

Shades of Ultramarine #17138A

Tints of Ultramarine #17138A

RGB

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

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

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

R = 12.78%
G = 10.56%
B = 76.67%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#17138A (or 0x17138A) is known color: Ultramarine. HEX triplet: 17, 13 and 8A. RGB value is (23,19,138). Sum of RGB (Red+Green+Blue) = 23+19+138=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #17138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17138A is #E8EC75. Grayscale: #212121. Windows color (decimal): -15264886 or 9048855. OLE color: 9048855.

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

Color convert

RGB 23 19 138 -
CMYK 0.83 0.86 0 0.46
HSL 242.02º 0.76% 0.31% -
HSV(B) 242.02º 0.86% 0.54% -
XYZ 5.17 2.48 24.25 -
YUV 33.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 23 19 138 0.83 0.86 0 0.46 242.02 0.76 0.31
Hex 17 13 8A 53 56 0 2E F2 4C 1F
Octal 27 23 212 123 126 0 56 362 114 37
Binary 10111 10011 10001010 1010011 1010110 0 101110 11110010 1001100 11111

Color Harmonies of #17138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17138A

Black with #17138A

Text Example


Text Example

White with #17138A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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