Html Css Color HEX #130B82 Ultramarine

📋 copy color: '#130B82'

red 19 ◦ green 11 ◦ blue 130

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

Shades of Ultramarine #130B82

Tints of Ultramarine #130B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.88%

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

R = 11.88%
G = 6.88%
B = 81.25%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#130B82 (or 0x130B82) is known color: Ultramarine. HEX triplet: 13, 0B and 82. RGB value is (19,11,130). Sum of RGB (Red+Green+Blue) = 19+11+130=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #130B82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130B82 is #ECF47D. Grayscale: #1A1A1A. Windows color (decimal): -15529086 or 8522515. OLE color: 8522515.

HSL color Cylindrical-coordinate representation of color #130B82: hue angle of 244.03º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130B82 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 11 130 -
CMYK 0.85 0.92 0 0.49
HSL 244.03º 0.84% 0.28% -
HSV(B) 244.03º 0.92% 0.51% -
XYZ 4.42 1.99 21.27 -
YUV 26.96 186.15 122.32 -
System Red Green Blue C M Y K H S L
Decimal 19 11 130 0.85 0.92 0 0.49 244.03 0.84 0.28
Hex 13 B 82 55 5C 0 31 F4 54 1C
Octal 23 13 202 125 134 0 61 364 124 34
Binary 10011 1011 10000010 1010101 1011100 0 110001 11110100 1010100 11100

Color Harmonies of #130B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B82

Black with #130B82

Text Example


Text Example

White with #130B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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