Html Css Color HEX #130182 Ultramarine

📋 copy color: '#130182'

red 19 ◦ green 1 ◦ blue 130

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

Shades of Ultramarine #130182

Tints of Ultramarine #130182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 86.67%

R = 12.67%
G = 0.67%
B = 86.67%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#130182 (or 0x130182) is known color: Ultramarine. HEX triplet: 13, 01 and 82. RGB value is (19,1,130). Sum of RGB (Red+Green+Blue) = 19+1+130=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 130 (51.17% from 255 or 86.67% from 150); Max value from RGB is 130 - color contains mainly: blue. Hex color #130182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130182 is #ECFE7D. Grayscale: #141414. Windows color (decimal): -15531646 or 8519955. OLE color: 8519955.

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

Color convert

RGB 19 1 130 -
CMYK 0.85 0.99 0 0.49
HSL 248.37º 0.98% 0.26% -
HSV(B) 248.37º 0.99% 0.51% -
XYZ 4.31 1.77 21.23 -
YUV 21.09 189.46 126.51 -
System Red Green Blue C M Y K H S L
Decimal 19 1 130 0.85 0.99 0 0.49 248.37 0.98 0.26
Hex 13 1 82 55 63 0 31 F8 62 1A
Octal 23 1 202 125 143 0 61 370 142 32
Binary 10011 1 10000010 1010101 1100011 0 110001 11111000 1100010 11010

Color Harmonies of #130182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130182

Black with #130182

Text Example


Text Example

White with #130182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130182; }

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

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

background-color css

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

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

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

border-color css

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

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

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