Html Css Color HEX #130679 Ultramarine

📋 copy color: '#130679'

red 19 ◦ green 6 ◦ blue 121

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

Shades of Ultramarine #130679

Tints of Ultramarine #130679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 82.88%

R = 13.01%
G = 4.11%
B = 82.88%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130679 (or 0x130679) is known color: Ultramarine. HEX triplet: 13, 06 and 79. RGB value is (19,6,121). Sum of RGB (Red+Green+Blue) = 19+6+121=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #130679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130679 is #ECF986. Grayscale: #161616. Windows color (decimal): -15530375 or 7931411. OLE color: 7931411.

HSL color Cylindrical-coordinate representation of color #130679: hue angle of 246.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130679 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 6 121 -
CMYK 0.84 0.95 0 0.53
HSL 246.78º 0.91% 0.25% -
HSV(B) 246.78º 0.95% 0.47% -
XYZ 3.78 1.65 18.21 -
YUV 23 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 19 6 121 0.84 0.95 0 0.53 246.78 0.91 0.25
Hex 13 6 79 54 5F 0 35 F7 5B 19
Octal 23 6 171 124 137 0 65 367 133 31
Binary 10011 110 1111001 1010100 1011111 0 110101 11110111 1011011 11001

Color Harmonies of #130679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130679

Black with #130679

Text Example


Text Example

White with #130679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130679; }

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

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

background-color css

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

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

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

border-color css

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

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

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