Html Css Color HEX #13099B Ultramarine

📋 copy color: '#13099B'

red 19 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #13099B

Tints of Ultramarine #13099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 84.7%

R = 10.38%
G = 4.92%
B = 84.7%

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

#13099B (or 0x13099B) is known color: Ultramarine. HEX triplet: 13, 09 and 9B. RGB value is (19,9,155). Sum of RGB (Red+Green+Blue) = 19+9+155=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #13099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13099B is #ECF664. Grayscale: #1C1C1C. Windows color (decimal): -15529573 or 10160403. OLE color: 10160403.

HSL color Cylindrical-coordinate representation of color #13099B: hue angle of 244.11º 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 #13099B is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 9 155 -
CMYK 0.88 0.94 0 0.39
HSL 244.11º 0.89% 0.32% -
HSV(B) 244.11º 0.94% 0.61% -
XYZ 6.28 2.7 31.2 -
YUV 28.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 19 9 155 0.88 0.94 0 0.39 244.11 0.89 0.32
Hex 13 9 9B 58 5E 0 27 F4 59 20
Octal 23 11 233 130 136 0 47 364 131 40
Binary 10011 1001 10011011 1011000 1011110 0 100111 11110100 1011001 100000

Color Harmonies of #13099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13099B

Black with #13099B

Text Example


Text Example

White with #13099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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