Html Css Color HEX #130F96 Ultramarine

📋 copy color: '#130F96'

red 19 ◦ green 15 ◦ blue 150

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

Shades of Ultramarine #130F96

Tints of Ultramarine #130F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

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

R = 10.33%
G = 8.15%
B = 81.52%

CMYK

 C value IS 0.87

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#130F96 (or 0x130F96) is known color: Ultramarine. HEX triplet: 13, 0F and 96. RGB value is (19,15,150). Sum of RGB (Red+Green+Blue) = 19+15+150=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #130F96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F96 is #ECF069. Grayscale: #1F1F1F. Windows color (decimal): -15528042 or 9834259. OLE color: 9834259.

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

Color convert

RGB 19 15 150 -
CMYK 0.87 0.9 0 0.41
HSL 241.78º 0.82% 0.32% -
HSV(B) 241.78º 0.9% 0.59% -
XYZ 5.94 2.68 29.06 -
YUV 31.59 194.83 119.02 -
System Red Green Blue C M Y K H S L
Decimal 19 15 150 0.87 0.9 0 0.41 241.78 0.82 0.32
Hex 13 F 96 57 5A 0 29 F2 52 20
Octal 23 17 226 127 132 0 51 362 122 40
Binary 10011 1111 10010110 1010111 1011010 0 101001 11110010 1010010 100000

Color Harmonies of #130F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F96

Black with #130F96

Text Example


Text Example

White with #130F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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