Html Css Color HEX #130184 Ultramarine

📋 copy color: '#130184'

red 19 ◦ green 1 ◦ blue 132

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

Shades of Ultramarine #130184

Tints of Ultramarine #130184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 12.5%
G = 0.66%
B = 86.84%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130184 (or 0x130184) is known color: Ultramarine. HEX triplet: 13, 01 and 84. RGB value is (19,1,132). Sum of RGB (Red+Green+Blue) = 19+1+132=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #130184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130184 is #ECFE7B. Grayscale: #141414. Windows color (decimal): -15531644 or 8651027. OLE color: 8651027.

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

Color convert

RGB 19 1 132 -
CMYK 0.86 0.99 0 0.48
HSL 248.24º 0.98% 0.26% -
HSV(B) 248.24º 0.99% 0.52% -
XYZ 4.44 1.83 21.95 -
YUV 21.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 19 1 132 0.86 0.99 0 0.48 248.24 0.98 0.26
Hex 13 1 84 56 63 0 30 F8 62 1A
Octal 23 1 204 126 143 0 60 370 142 32
Binary 10011 1 10000100 1010110 1100011 0 110000 11111000 1100010 11010

Color Harmonies of #130184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130184

Black with #130184

Text Example


Text Example

White with #130184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130184; }

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

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

background-color css

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

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

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

border-color css

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

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

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