Html Css Color HEX #130F85 Ultramarine

📋 copy color: '#130F85'

red 19 ◦ green 15 ◦ blue 133

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

Shades of Ultramarine #130F85

Tints of Ultramarine #130F85

RGB

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

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

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

R = 11.38%
G = 8.98%
B = 79.64%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130F85 (or 0x130F85) is known color: Ultramarine. HEX triplet: 13, 0F and 85. RGB value is (19,15,133). Sum of RGB (Red+Green+Blue) = 19+15+133=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #130F85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F85 is #ECF07A. Grayscale: #1D1D1D. Windows color (decimal): -15528059 or 8720147. OLE color: 8720147.

HSL color Cylindrical-coordinate representation of color #130F85: hue angle of 242.03º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130F85 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 15 133 -
CMYK 0.86 0.89 0 0.48
HSL 242.03º 0.8% 0.29% -
HSV(B) 242.03º 0.89% 0.52% -
XYZ 4.67 2.17 22.36 -
YUV 29.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 19 15 133 0.86 0.89 0 0.48 242.03 0.8 0.29
Hex 13 F 85 56 59 0 30 F2 50 1D
Octal 23 17 205 126 131 0 60 362 120 35
Binary 10011 1111 10000101 1010110 1011001 0 110000 11110010 1010000 11101

Color Harmonies of #130F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F85

Black with #130F85

Text Example


Text Example

White with #130F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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