Html Css Color HEX #13079D Ultramarine

📋 copy color: '#13079D'

red 19 ◦ green 7 ◦ blue 157

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

Shades of Ultramarine #13079D

Tints of Ultramarine #13079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

 BLUE value IS 157 (61.72% from 255) = 85.79%

R = 10.38%
G = 3.83%
B = 85.79%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13079D (or 0x13079D) is known color: Ultramarine. HEX triplet: 13, 07 and 9D. RGB value is (19,7,157). Sum of RGB (Red+Green+Blue) = 19+7+157=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #13079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13079D is #ECF862. Grayscale: #1B1B1B. Windows color (decimal): -15530083 or 10290963. OLE color: 10290963.

HSL color Cylindrical-coordinate representation of color #13079D: hue angle of 244.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13079D is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 7 157 -
CMYK 0.88 0.96 0 0.38
HSL 244.8º 0.91% 0.32% -
HSV(B) 244.8º 0.96% 0.62% -
XYZ 6.43 2.72 32.09 -
YUV 27.69 200.98 121.8 -
System Red Green Blue C M Y K H S L
Decimal 19 7 157 0.88 0.96 0 0.38 244.8 0.91 0.32
Hex 13 7 9D 58 60 0 26 F5 5B 20
Octal 23 7 235 130 140 0 46 365 133 40
Binary 10011 111 10011101 1011000 1100000 0 100110 11110101 1011011 100000

Color Harmonies of #13079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13079D

Black with #13079D

Text Example


Text Example

White with #13079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13079D; }

 p { color: rgb(19,7,157); }

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

background-color css

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

 a { background-color: rgb(19,7,157); }

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

border-color css

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

 span { border-color: rgb(19,7,157); }

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