Html Css Color HEX #130292 Ultramarine

📋 copy color: '#130292'

red 19 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #130292

Tints of Ultramarine #130292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 87.43%

R = 11.38%
G = 1.2%
B = 87.43%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#130292 (or 0x130292) is known color: Ultramarine. HEX triplet: 13, 02 and 92. RGB value is (19,2,146). Sum of RGB (Red+Green+Blue) = 19+2+146=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #130292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130292 is #ECFD6D. Grayscale: #161616. Windows color (decimal): -15531374 or 9568787. OLE color: 9568787.

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

Color convert

RGB 19 2 146 -
CMYK 0.87 0.99 0 0.43
HSL 247.08º 0.97% 0.29% -
HSV(B) 247.08º 0.99% 0.57% -
XYZ 5.48 2.26 27.34 -
YUV 23.5 197.13 124.79 -
System Red Green Blue C M Y K H S L
Decimal 19 2 146 0.87 0.99 0 0.43 247.08 0.97 0.29
Hex 13 2 92 57 63 0 2B F7 61 1D
Octal 23 2 222 127 143 0 53 367 141 35
Binary 10011 10 10010010 1010111 1100011 0 101011 11110111 1100001 11101

Color Harmonies of #130292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130292

Black with #130292

Text Example


Text Example

White with #130292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130292; }

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

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

background-color css

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

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

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

border-color css

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

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

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