Html Css Color HEX #130384 Ultramarine

📋 copy color: '#130384'

red 19 ◦ green 3 ◦ blue 132

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

Shades of Ultramarine #130384

Tints of Ultramarine #130384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.95%

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

R = 12.34%
G = 1.95%
B = 85.71%

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

#130384 (or 0x130384) is known color: Ultramarine. HEX triplet: 13, 03 and 84. RGB value is (19,3,132). Sum of RGB (Red+Green+Blue) = 19+3+132=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 132 (51.95% from 255 or 85.71% from 154); Max value from RGB is 132 - color contains mainly: blue. Hex color #130384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130384 is #ECFC7B. Grayscale: #151515. Windows color (decimal): -15531132 or 8651539. OLE color: 8651539.

HSL color Cylindrical-coordinate representation of color #130384: hue angle of 247.44º degrees, saturation: 0.96, 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 #130384 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 3 132 -
CMYK 0.86 0.98 0 0.48
HSL 247.44º 0.96% 0.26% -
HSV(B) 247.44º 0.98% 0.52% -
XYZ 4.47 1.87 21.96 -
YUV 22.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 19 3 132 0.86 0.98 0 0.48 247.44 0.96 0.26
Hex 13 3 84 56 62 0 30 F7 60 1A
Octal 23 3 204 126 142 0 60 367 140 32
Binary 10011 11 10000100 1010110 1100010 0 110000 11110111 1100000 11010

Color Harmonies of #130384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130384

Black with #130384

Text Example


Text Example

White with #130384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130384; }

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

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

background-color css

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

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

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

border-color css

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

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

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