Html Css Color HEX #130584 Ultramarine

📋 copy color: '#130584'

red 19 ◦ green 5 ◦ blue 132

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

Shades of Ultramarine #130584

Tints of Ultramarine #130584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 12.18%
G = 3.21%
B = 84.62%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130584 (or 0x130584) is known color: Ultramarine. HEX triplet: 13, 05 and 84. RGB value is (19,5,132). Sum of RGB (Red+Green+Blue) = 19+5+132=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 132 (51.95% from 255 or 84.62% from 156); Max value from RGB is 132 - color contains mainly: blue. Hex color #130584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130584 is #ECFA7B. Grayscale: #171717. Windows color (decimal): -15530620 or 8652051. OLE color: 8652051.

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

Color convert

RGB 19 5 132 -
CMYK 0.86 0.96 0 0.48
HSL 246.61º 0.93% 0.27% -
HSV(B) 246.61º 0.96% 0.52% -
XYZ 4.49 1.91 21.96 -
YUV 23.66 189.14 124.67 -
System Red Green Blue C M Y K H S L
Decimal 19 5 132 0.86 0.96 0 0.48 246.61 0.93 0.27
Hex 13 5 84 56 60 0 30 F7 5D 1B
Octal 23 5 204 126 140 0 60 367 135 33
Binary 10011 101 10000100 1010110 1100000 0 110000 11110111 1011101 11011

Color Harmonies of #130584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130584

Black with #130584

Text Example


Text Example

White with #130584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130584; }

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

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

background-color css

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

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

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

border-color css

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

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

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