Html Css Color HEX #130092 Ultramarine

📋 copy color: '#130092'

red 19 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #130092

Tints of Ultramarine #130092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.52%
G = 0%
B = 88.48%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#130092 (or 0x130092) is known color: Ultramarine. HEX triplet: 13, 00 and 92. RGB value is (19,0,146). Sum of RGB (Red+Green+Blue) = 19+0+146=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 146 (57.42% from 255 or 88.48% from 165); Max value from RGB is 146 - color contains mainly: blue. Hex color #130092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130092 is #ECFF6D. Grayscale: #151515. Windows color (decimal): -15531886 or 9568275. OLE color: 9568275.

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

Color convert

RGB 19 0 146 -
CMYK 0.87 1 0 0.43
HSL 247.81º 1% 0.29% -
HSV(B) 247.81º 1% 0.57% -
XYZ 5.46 2.21 27.33 -
YUV 22.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 19 0 146 0.87 1 0 0.43 247.81 1 0.29
Hex 13 0 92 57 64 0 2B F8 64 1D
Octal 23 0 222 127 144 0 53 370 144 35
Binary 10011 0 10010010 1010111 1100100 0 101011 11111000 1100100 11101

Color Harmonies of #130092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130092

Black with #130092

Text Example


Text Example

White with #130092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130092; }

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

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

background-color css

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

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

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

border-color css

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

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

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