Html Css Color HEX #130187 Ultramarine

📋 copy color: '#130187'

red 19 ◦ green 1 ◦ blue 135

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

Shades of Ultramarine #130187

Tints of Ultramarine #130187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 135 (53.13% from 255) = 87.1%

R = 12.26%
G = 0.65%
B = 87.1%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130187 (or 0x130187) is known color: Ultramarine. HEX triplet: 13, 01 and 87. RGB value is (19,1,135). Sum of RGB (Red+Green+Blue) = 19+1+135=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #130187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130187 is #ECFE78. Grayscale: #151515. Windows color (decimal): -15531641 or 8847635. OLE color: 8847635.

HSL color Cylindrical-coordinate representation of color #130187: hue angle of 248.06º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130187 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 1 135 -
CMYK 0.86 0.99 0 0.47
HSL 248.06º 0.99% 0.27% -
HSV(B) 248.06º 0.99% 0.53% -
XYZ 4.65 1.91 23.05 -
YUV 21.66 191.96 126.1 -
System Red Green Blue C M Y K H S L
Decimal 19 1 135 0.86 0.99 0 0.47 248.06 0.99 0.27
Hex 13 1 87 56 63 0 2F F8 63 1B
Octal 23 1 207 126 143 0 57 370 143 33
Binary 10011 1 10000111 1010110 1100011 0 101111 11111000 1100011 11011

Color Harmonies of #130187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130187

Black with #130187

Text Example


Text Example

White with #130187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130187; }

 p { color: rgb(19,1,135); }

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

background-color css

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

 a { background-color: rgb(19,1,135); }

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

border-color css

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

 span { border-color: rgb(19,1,135); }

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