Html Css Color HEX #130F84 Ultramarine

📋 copy color: '#130F84'

red 19 ◦ green 15 ◦ blue 132

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

Shades of Ultramarine #130F84

Tints of Ultramarine #130F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 79.52%

R = 11.45%
G = 9.04%
B = 79.52%

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

#130F84 (or 0x130F84) is known color: Ultramarine. HEX triplet: 13, 0F and 84. RGB value is (19,15,132). Sum of RGB (Red+Green+Blue) = 19+15+132=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #130F84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130F84 is #ECF07B. Grayscale: #1D1D1D. Windows color (decimal): -15528060 or 8654611. OLE color: 8654611.

HSL color Cylindrical-coordinate representation of color #130F84: hue angle of 242.05º 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 #130F84 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 15 132 -
CMYK 0.86 0.89 0 0.48
HSL 242.05º 0.8% 0.29% -
HSV(B) 242.05º 0.89% 0.52% -
XYZ 4.6 2.15 22 -
YUV 29.53 185.83 120.49 -
System Red Green Blue C M Y K H S L
Decimal 19 15 132 0.86 0.89 0 0.48 242.05 0.8 0.29
Hex 13 F 84 56 59 0 30 F2 50 1D
Octal 23 17 204 126 131 0 60 362 120 35
Binary 10011 1111 10000100 1010110 1011001 0 110000 11110010 1010000 11101

Color Harmonies of #130F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F84

Black with #130F84

Text Example


Text Example

White with #130F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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