Html Css Color HEX #130697 Ultramarine

📋 copy color: '#130697'

red 19 ◦ green 6 ◦ blue 151

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

Shades of Ultramarine #130697

Tints of Ultramarine #130697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 85.8%

R = 10.8%
G = 3.41%
B = 85.8%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#130697 (or 0x130697) is known color: Ultramarine. HEX triplet: 13, 06 and 97. RGB value is (19,6,151). Sum of RGB (Red+Green+Blue) = 19+6+151=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 151 (59.38% from 255 or 85.80% from 176); Max value from RGB is 151 - color contains mainly: blue. Hex color #130697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130697 is #ECF968. Grayscale: #191919. Windows color (decimal): -15530345 or 9897491. OLE color: 9897491.

HSL color Cylindrical-coordinate representation of color #130697: hue angle of 245.38º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130697 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 6 151 -
CMYK 0.87 0.96 0 0.41
HSL 245.38º 0.92% 0.31% -
HSV(B) 245.38º 0.96% 0.59% -
XYZ 5.92 2.5 29.45 -
YUV 26.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 19 6 151 0.87 0.96 0 0.41 245.38 0.92 0.31
Hex 13 6 97 57 60 0 29 F5 5C 1F
Octal 23 6 227 127 140 0 51 365 134 37
Binary 10011 110 10010111 1010111 1100000 0 101001 11110101 1011100 11111

Color Harmonies of #130697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130697

Black with #130697

Text Example


Text Example

White with #130697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130697; }

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

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

background-color css

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

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

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

border-color css

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

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

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