Html Css Color HEX #130285 Ultramarine

📋 copy color: '#130285'

red 19 ◦ green 2 ◦ blue 133

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

Shades of Ultramarine #130285

Tints of Ultramarine #130285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 86.36%

R = 12.34%
G = 1.3%
B = 86.36%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130285 (or 0x130285) is known color: Ultramarine. HEX triplet: 13, 02 and 85. RGB value is (19,2,133). Sum of RGB (Red+Green+Blue) = 19+2+133=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #130285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130285 is #ECFD7A. Grayscale: #151515. Windows color (decimal): -15531387 or 8716819. OLE color: 8716819.

HSL color Cylindrical-coordinate representation of color #130285: hue angle of 247.79º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130285 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 2 133 -
CMYK 0.86 0.98 0 0.48
HSL 247.79º 0.97% 0.26% -
HSV(B) 247.79º 0.98% 0.52% -
XYZ 4.52 1.88 22.31 -
YUV 22.02 190.63 125.85 -
System Red Green Blue C M Y K H S L
Decimal 19 2 133 0.86 0.98 0 0.48 247.79 0.97 0.26
Hex 13 2 85 56 62 0 30 F8 61 1A
Octal 23 2 205 126 142 0 60 370 141 32
Binary 10011 10 10000101 1010110 1100010 0 110000 11111000 1100001 11010

Color Harmonies of #130285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130285

Black with #130285

Text Example


Text Example

White with #130285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130285; }

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

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

background-color css

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

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

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

border-color css

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

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

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