Html Css Color HEX #13099F Ultramarine

📋 copy color: '#13099F'

red 19 ◦ green 9 ◦ blue 159

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

Shades of Ultramarine #13099F

Tints of Ultramarine #13099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 159 (62.5% from 255) = 85.03%

R = 10.16%
G = 4.81%
B = 85.03%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13099F (or 0x13099F) is known color: Ultramarine. HEX triplet: 13, 09 and 9F. RGB value is (19,9,159). Sum of RGB (Red+Green+Blue) = 19+9+159=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #13099F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13099F is #ECF660. Grayscale: #1C1C1C. Windows color (decimal): -15529569 or 10422547. OLE color: 10422547.

HSL color Cylindrical-coordinate representation of color #13099F: hue angle of 244º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13099F is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 9 159 -
CMYK 0.88 0.94 0 0.38
HSL 244º 0.89% 0.33% -
HSV(B) 244º 0.94% 0.62% -
XYZ 6.62 2.84 33 -
YUV 29.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 19 9 159 0.88 0.94 0 0.38 244 0.89 0.33
Hex 13 9 9F 58 5E 0 26 F4 59 21
Octal 23 11 237 130 136 0 46 364 131 41
Binary 10011 1001 10011111 1011000 1011110 0 100110 11110100 1011001 100001

Color Harmonies of #13099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13099F

Black with #13099F

Text Example


Text Example

White with #13099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13099F; }

 p { color: rgb(19,9,159); }

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

background-color css

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

 a { background-color: rgb(19,9,159); }

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

border-color css

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

 span { border-color: rgb(19,9,159); }

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