Html Css Color HEX #130294 Ultramarine

📋 copy color: '#130294'

red 19 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #130294

Tints of Ultramarine #130294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 11.24%
G = 1.18%
B = 87.57%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130294 (or 0x130294) is known color: Ultramarine. HEX triplet: 13, 02 and 94. RGB value is (19,2,148). Sum of RGB (Red+Green+Blue) = 19+2+148=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #130294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130294 is #ECFD6B. Grayscale: #171717. Windows color (decimal): -15531372 or 9699859. OLE color: 9699859.

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

Color convert

RGB 19 2 148 -
CMYK 0.87 0.99 0 0.42
HSL 246.99º 0.97% 0.29% -
HSV(B) 246.99º 0.99% 0.58% -
XYZ 5.64 2.32 28.17 -
YUV 23.73 198.13 124.63 -
System Red Green Blue C M Y K H S L
Decimal 19 2 148 0.87 0.99 0 0.42 246.99 0.97 0.29
Hex 13 2 94 57 63 0 2A F7 61 1D
Octal 23 2 224 127 143 0 52 367 141 35
Binary 10011 10 10010100 1010111 1100011 0 101010 11110111 1100001 11101

Color Harmonies of #130294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130294

Black with #130294

Text Example


Text Example

White with #130294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130294; }

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

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

background-color css

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

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

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

border-color css

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

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

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