Html Css Color HEX #13099C Ultramarine

📋 copy color: '#13099C'

red 19 ◦ green 9 ◦ blue 156

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

Shades of Ultramarine #13099C

Tints of Ultramarine #13099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 84.78%

R = 10.33%
G = 4.89%
B = 84.78%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13099C (or 0x13099C) is known color: Ultramarine. HEX triplet: 13, 09 and 9C. RGB value is (19,9,156). Sum of RGB (Red+Green+Blue) = 19+9+156=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 156 (61.33% from 255 or 84.78% from 184); Max value from RGB is 156 - color contains mainly: blue. Hex color #13099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13099C is #ECF663. Grayscale: #1C1C1C. Windows color (decimal): -15529572 or 10225939. OLE color: 10225939.

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

Color convert

RGB 19 9 156 -
CMYK 0.88 0.94 0 0.39
HSL 244.08º 0.89% 0.32% -
HSV(B) 244.08º 0.94% 0.61% -
XYZ 6.37 2.73 31.64 -
YUV 28.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 19 9 156 0.88 0.94 0 0.39 244.08 0.89 0.32
Hex 13 9 9C 58 5E 0 27 F4 59 20
Octal 23 11 234 130 136 0 47 364 131 40
Binary 10011 1001 10011100 1011000 1011110 0 100111 11110100 1011001 100000

Color Harmonies of #13099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13099C

Black with #13099C

Text Example


Text Example

White with #13099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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