Html Css Color HEX #130690 Ultramarine

📋 copy color: '#130690'

red 19 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #130690

Tints of Ultramarine #130690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

 BLUE value IS 144 (56.64% from 255) = 85.21%

R = 11.24%
G = 3.55%
B = 85.21%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#130690 (or 0x130690) is known color: Ultramarine. HEX triplet: 13, 06 and 90. RGB value is (19,6,144). Sum of RGB (Red+Green+Blue) = 19+6+144=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 144 (56.64% from 255 or 85.21% from 169); Max value from RGB is 144 - color contains mainly: blue. Hex color #130690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130690 is #ECF96F. Grayscale: #191919. Windows color (decimal): -15530352 or 9438739. OLE color: 9438739.

HSL color Cylindrical-coordinate representation of color #130690: hue angle of 245.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130690 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 6 144 -
CMYK 0.87 0.96 0 0.44
HSL 245.65º 0.92% 0.29% -
HSV(B) 245.65º 0.96% 0.56% -
XYZ 5.37 2.28 26.54 -
YUV 25.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 19 6 144 0.87 0.96 0 0.44 245.65 0.92 0.29
Hex 13 6 90 57 60 0 2C F6 5C 1D
Octal 23 6 220 127 140 0 54 366 134 35
Binary 10011 110 10010000 1010111 1100000 0 101100 11110110 1011100 11101

Color Harmonies of #130690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130690

Black with #130690

Text Example


Text Example

White with #130690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130690; }

 p { color: rgb(19,6,144); }

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

background-color css

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

 a { background-color: rgb(19,6,144); }

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

border-color css

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

 span { border-color: rgb(19,6,144); }

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