Html Css Color HEX #130694 Ultramarine

📋 copy color: '#130694'

red 19 ◦ green 6 ◦ blue 148

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

Shades of Ultramarine #130694

Tints of Ultramarine #130694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 85.55%

R = 10.98%
G = 3.47%
B = 85.55%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130694 (or 0x130694) is known color: Ultramarine. HEX triplet: 13, 06 and 94. RGB value is (19,6,148). Sum of RGB (Red+Green+Blue) = 19+6+148=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #130694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130694 is #ECF96B. Grayscale: #191919. Windows color (decimal): -15530348 or 9700883. OLE color: 9700883.

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

Color convert

RGB 19 6 148 -
CMYK 0.87 0.96 0 0.42
HSL 245.49º 0.92% 0.3% -
HSV(B) 245.49º 0.96% 0.58% -
XYZ 5.68 2.41 28.18 -
YUV 26.08 196.81 122.95 -
System Red Green Blue C M Y K H S L
Decimal 19 6 148 0.87 0.96 0 0.42 245.49 0.92 0.3
Hex 13 6 94 57 60 0 2A F5 5C 1E
Octal 23 6 224 127 140 0 52 365 134 36
Binary 10011 110 10010100 1010111 1100000 0 101010 11110101 1011100 11110

Color Harmonies of #130694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130694

Black with #130694

Text Example


Text Example

White with #130694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130694; }

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

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

background-color css

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

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

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

border-color css

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

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

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