Html Css Color HEX #130985 Ultramarine

📋 copy color: '#130985'

red 19 ◦ green 9 ◦ blue 133

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

Shades of Ultramarine #130985

Tints of Ultramarine #130985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 133 (52.34% from 255) = 82.61%

R = 11.8%
G = 5.59%
B = 82.61%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130985 (or 0x130985) is known color: Ultramarine. HEX triplet: 13, 09 and 85. RGB value is (19,9,133). Sum of RGB (Red+Green+Blue) = 19+9+133=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #130985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130985 is #ECF67A. Grayscale: #191919. Windows color (decimal): -15529595 or 8718611. OLE color: 8718611.

HSL color Cylindrical-coordinate representation of color #130985: hue angle of 244.84º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130985 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 9 133 -
CMYK 0.86 0.93 0 0.48
HSL 244.84º 0.87% 0.28% -
HSV(B) 244.84º 0.93% 0.52% -
XYZ 4.6 2.03 22.34 -
YUV 26.13 188.31 122.92 -
System Red Green Blue C M Y K H S L
Decimal 19 9 133 0.86 0.93 0 0.48 244.84 0.87 0.28
Hex 13 9 85 56 5D 0 30 F5 57 1C
Octal 23 11 205 126 135 0 60 365 127 34
Binary 10011 1001 10000101 1010110 1011101 0 110000 11110101 1010111 11100

Color Harmonies of #130985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130985

Black with #130985

Text Example


Text Example

White with #130985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130985; }

 p { color: rgb(19,9,133); }

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

background-color css

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

 a { background-color: rgb(19,9,133); }

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

border-color css

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

 span { border-color: rgb(19,9,133); }

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