Html Css Color HEX #130688 Ultramarine

📋 copy color: '#130688'

red 19 ◦ green 6 ◦ blue 136

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

Shades of Ultramarine #130688

Tints of Ultramarine #130688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

 BLUE value IS 136 (53.52% from 255) = 84.47%

R = 11.8%
G = 3.73%
B = 84.47%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#130688 (or 0x130688) is known color: Ultramarine. HEX triplet: 13, 06 and 88. RGB value is (19,6,136). Sum of RGB (Red+Green+Blue) = 19+6+136=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #130688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130688 is #ECF977. Grayscale: #181818. Windows color (decimal): -15530360 or 8914451. OLE color: 8914451.

HSL color Cylindrical-coordinate representation of color #130688: hue angle of 246º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130688 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 6 136 -
CMYK 0.86 0.96 0 0.47
HSL 246º 0.92% 0.28% -
HSV(B) 246º 0.96% 0.53% -
XYZ 4.78 2.05 23.44 -
YUV 24.71 190.81 123.93 -
System Red Green Blue C M Y K H S L
Decimal 19 6 136 0.86 0.96 0 0.47 246 0.92 0.28
Hex 13 6 88 56 60 0 2F F6 5C 1C
Octal 23 6 210 126 140 0 57 366 134 34
Binary 10011 110 10001000 1010110 1100000 0 101111 11110110 1011100 11100

Color Harmonies of #130688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130688

Black with #130688

Text Example


Text Example

White with #130688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130688; }

 p { color: rgb(19,6,136); }

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

background-color css

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

 a { background-color: rgb(19,6,136); }

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

border-color css

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

 span { border-color: rgb(19,6,136); }

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