Html Css Color HEX #13089D Ultramarine

📋 copy color: '#13089D'

red 19 ◦ green 8 ◦ blue 157

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

Shades of Ultramarine #13089D

Tints of Ultramarine #13089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 10.33%
G = 4.35%
B = 85.33%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13089D (or 0x13089D) is known color: Ultramarine. HEX triplet: 13, 08 and 9D. RGB value is (19,8,157). Sum of RGB (Red+Green+Blue) = 19+8+157=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 157 (61.72% from 255 or 85.33% from 184); Max value from RGB is 157 - color contains mainly: blue. Hex color #13089D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13089D is #ECF762. Grayscale: #1B1B1B. Windows color (decimal): -15529827 or 10291219. OLE color: 10291219.

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

Color convert

RGB 19 8 157 -
CMYK 0.88 0.95 0 0.38
HSL 244.43º 0.9% 0.32% -
HSV(B) 244.43º 0.95% 0.62% -
XYZ 6.44 2.75 32.09 -
YUV 28.28 200.64 121.38 -
System Red Green Blue C M Y K H S L
Decimal 19 8 157 0.88 0.95 0 0.38 244.43 0.9 0.32
Hex 13 8 9D 58 5F 0 26 F4 5A 20
Octal 23 10 235 130 137 0 46 364 132 40
Binary 10011 1000 10011101 1011000 1011111 0 100110 11110100 1011010 100000

Color Harmonies of #13089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13089D

Black with #13089D

Text Example


Text Example

White with #13089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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