Html Css Color HEX #130684 Ultramarine

📋 copy color: '#130684'

red 19 ◦ green 6 ◦ blue 132

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

Shades of Ultramarine #130684

Tints of Ultramarine #130684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 84.08%

R = 12.1%
G = 3.82%
B = 84.08%

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

#130684 (or 0x130684) is known color: Ultramarine. HEX triplet: 13, 06 and 84. RGB value is (19,6,132). Sum of RGB (Red+Green+Blue) = 19+6+132=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #130684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130684 is #ECF97B. Grayscale: #171717. Windows color (decimal): -15530364 or 8652307. OLE color: 8652307.

HSL color Cylindrical-coordinate representation of color #130684: hue angle of 246.19º 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 #130684 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 6 132 -
CMYK 0.86 0.95 0 0.48
HSL 246.19º 0.91% 0.27% -
HSV(B) 246.19º 0.95% 0.52% -
XYZ 4.5 1.93 21.97 -
YUV 24.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 19 6 132 0.86 0.95 0 0.48 246.19 0.91 0.27
Hex 13 6 84 56 5F 0 30 F6 5B 1B
Octal 23 6 204 126 137 0 60 366 133 33
Binary 10011 110 10000100 1010110 1011111 0 110000 11110110 1011011 11011

Color Harmonies of #130684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130684

Black with #130684

Text Example


Text Example

White with #130684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130684; }

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

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

background-color css

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

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

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

border-color css

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

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

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