Html Css Color HEX #13188C Ultramarine

📋 copy color: '#13188C'

red 19 ◦ green 24 ◦ blue 140

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

Shades of Ultramarine #13188C

Tints of Ultramarine #13188C

RGB

 RED value IS 19 (7.81% from 255) = 10.38%

 GREEN value IS 24 (9.77% from 255) = 13.11%

 BLUE value IS 140 (55.08% from 255) = 76.5%

R = 10.38%
G = 13.11%
B = 76.5%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13188C (or 0x13188C) is known color: Ultramarine. HEX triplet: 13, 18 and 8C. RGB value is (19,24,140). Sum of RGB (Red+Green+Blue) = 19+24+140=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #13188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13188C is #ECE773. Grayscale: #232323. Windows color (decimal): -15525748 or 9181203. OLE color: 9181203.

HSL color Cylindrical-coordinate representation of color #13188C: hue angle of 237.52º 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 #13188C is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 24 140 -
CMYK 0.86 0.83 0 0.45
HSL 237.52º 0.76% 0.31% -
HSV(B) 237.52º 0.86% 0.55% -
XYZ 5.33 2.69 25.05 -
YUV 35.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 19 24 140 0.86 0.83 0 0.45 237.52 0.76 0.31
Hex 13 18 8C 56 53 0 2D EE 4C 1F
Octal 23 30 214 126 123 0 55 356 114 37
Binary 10011 11000 10001100 1010110 1010011 0 101101 11101110 1001100 11111

Color Harmonies of #13188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13188C

Black with #13188C

Text Example


Text Example

White with #13188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13188C; }

 p { color: rgb(19,24,140); }

 H1.HeaderClassName
 {
   color: #13188C;
 }
 .AnyTagClassName
 {
   color: #13188C;
 }
</style>

background-color css

<style>
 a { background-color: #13188C; }

 a { background-color: rgb(19,24,140); }

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

border-color css

<style>
 span { border-color: #13188C; }

 span { border-color: rgb(19,24,140); }

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