Html Css Color HEX #130096 Ultramarine

📋 copy color: '#130096'

red 19 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #130096

Tints of Ultramarine #130096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 88.76%

R = 11.24%
G = 0%
B = 88.76%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#130096 (or 0x130096) is known color: Ultramarine. HEX triplet: 13, 00 and 96. RGB value is (19,0,150). Sum of RGB (Red+Green+Blue) = 19+0+150=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 150 (58.98% from 255 or 88.76% from 169); Max value from RGB is 150 - color contains mainly: blue. Hex color #130096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130096 is #ECFF69. Grayscale: #161616. Windows color (decimal): -15531882 or 9830419. OLE color: 9830419.

HSL color Cylindrical-coordinate representation of color #130096: hue angle of 247.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130096 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 0 150 -
CMYK 0.87 1 0 0.41
HSL 247.6º 1% 0.29% -
HSV(B) 247.6º 1% 0.59% -
XYZ 5.77 2.34 29 -
YUV 22.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 19 0 150 0.87 1 0 0.41 247.6 1 0.29
Hex 13 0 96 57 64 0 29 F8 64 1D
Octal 23 0 226 127 144 0 51 370 144 35
Binary 10011 0 10010110 1010111 1100100 0 101001 11111000 1100100 11101

Color Harmonies of #130096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130096

Black with #130096

Text Example


Text Example

White with #130096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130096; }

 p { color: rgb(19,0,150); }

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

background-color css

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

 a { background-color: rgb(19,0,150); }

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

border-color css

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

 span { border-color: rgb(19,0,150); }

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