Html Css Color HEX #130F94 Ultramarine

📋 copy color: '#130F94'

red 19 ◦ green 15 ◦ blue 148

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

Shades of Ultramarine #130F94

Tints of Ultramarine #130F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 81.32%

R = 10.44%
G = 8.24%
B = 81.32%

CMYK

 C value IS 0.87

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130F94 (or 0x130F94) is known color: Ultramarine. HEX triplet: 13, 0F and 94. RGB value is (19,15,148). Sum of RGB (Red+Green+Blue) = 19+15+148=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #130F94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F94 is #ECF06B. Grayscale: #1E1E1E. Windows color (decimal): -15528044 or 9703187. OLE color: 9703187.

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

Color convert

RGB 19 15 148 -
CMYK 0.87 0.90 0 0.42
HSL 241.8º 0.82% 0.32% -
HSV(B) 241.8º 0.9% 0.58% -
XYZ 5.78 2.62 28.22 -
YUV 31.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 19 15 148 0.87 0.90 0 0.42 241.8 0.82 0.32
Hex 13 F 94 57 5A 0 2A F2 52 20
Octal 23 17 224 127 132 0 52 362 122 40
Binary 10011 1111 10010100 1010111 1011010 0 101010 11110010 1010010 100000

Color Harmonies of #130F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F94

Black with #130F94

Text Example


Text Example

White with #130F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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