Html Css Color HEX #130392 Ultramarine

📋 copy color: '#130392'

red 19 ◦ green 3 ◦ blue 146

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

Shades of Ultramarine #130392

Tints of Ultramarine #130392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

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

R = 11.31%
G = 1.79%
B = 86.9%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#130392 (or 0x130392) is known color: Ultramarine. HEX triplet: 13, 03 and 92. RGB value is (19,3,146). Sum of RGB (Red+Green+Blue) = 19+3+146=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 146 (57.42% from 255 or 86.90% from 168); Max value from RGB is 146 - color contains mainly: blue. Hex color #130392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130392 is #ECFC6D. Grayscale: #171717. Windows color (decimal): -15531118 or 9569043. OLE color: 9569043.

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

Color convert

RGB 19 3 146 -
CMYK 0.87 0.98 0 0.43
HSL 246.71º 0.96% 0.29% -
HSV(B) 246.71º 0.98% 0.57% -
XYZ 5.49 2.28 27.34 -
YUV 24.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 19 3 146 0.87 0.98 0 0.43 246.71 0.96 0.29
Hex 13 3 92 57 62 0 2B F7 60 1D
Octal 23 3 222 127 142 0 53 367 140 35
Binary 10011 11 10010010 1010111 1100010 0 101011 11110111 1100000 11101

Color Harmonies of #130392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130392

Black with #130392

Text Example


Text Example

White with #130392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130392; }

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

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

background-color css

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

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

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

border-color css

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

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

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