Html Css Color HEX #130685 Ultramarine

📋 copy color: '#130685'

red 19 ◦ green 6 ◦ blue 133

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

Shades of Ultramarine #130685

Tints of Ultramarine #130685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 12.03%
G = 3.8%
B = 84.18%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#130685 (or 0x130685) is known color: Ultramarine. HEX triplet: 13, 06 and 85. RGB value is (19,6,133). Sum of RGB (Red+Green+Blue) = 19+6+133=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #130685 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130685 is #ECF97A. Grayscale: #171717. Windows color (decimal): -15530363 or 8717843. OLE color: 8717843.

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

Color convert

RGB 19 6 133 -
CMYK 0.86 0.95 0 0.48
HSL 246.14º 0.91% 0.27% -
HSV(B) 246.14º 0.95% 0.52% -
XYZ 4.57 1.96 22.33 -
YUV 24.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 19 6 133 0.86 0.95 0 0.48 246.14 0.91 0.27
Hex 13 6 85 56 5F 0 30 F6 5B 1B
Octal 23 6 205 126 137 0 60 366 133 33
Binary 10011 110 10000101 1010110 1011111 0 110000 11110110 1011011 11011

Color Harmonies of #130685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130685

Black with #130685

Text Example


Text Example

White with #130685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130685; }

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

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

background-color css

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

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

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

border-color css

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

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

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