Html Css Color HEX #130284 Ultramarine

📋 copy color: '#130284'

red 19 ◦ green 2 ◦ blue 132

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

Shades of Ultramarine #130284

Tints of Ultramarine #130284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 12.42%
G = 1.31%
B = 86.27%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130284 (or 0x130284) is known color: Ultramarine. HEX triplet: 13, 02 and 84. RGB value is (19,2,132). Sum of RGB (Red+Green+Blue) = 19+2+132=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #130284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130284 is #ECFD7B. Grayscale: #151515. Windows color (decimal): -15531388 or 8651283. OLE color: 8651283.

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

Color convert

RGB 19 2 132 -
CMYK 0.86 0.98 0 0.48
HSL 247.85º 0.97% 0.26% -
HSV(B) 247.85º 0.98% 0.52% -
XYZ 4.46 1.85 21.95 -
YUV 21.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 19 2 132 0.86 0.98 0 0.48 247.85 0.97 0.26
Hex 13 2 84 56 62 0 30 F8 61 1A
Octal 23 2 204 126 142 0 60 370 141 32
Binary 10011 10 10000100 1010110 1100010 0 110000 11111000 1100001 11010

Color Harmonies of #130284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130284

Black with #130284

Text Example


Text Example

White with #130284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130284; }

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

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

background-color css

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

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

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

border-color css

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

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

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