Html Css Color HEX #13089C Ultramarine

📋 copy color: '#13089C'

red 19 ◦ green 8 ◦ blue 156

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

Shades of Ultramarine #13089C

Tints of Ultramarine #13089C

RGB

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

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

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

R = 10.38%
G = 4.37%
B = 85.25%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13089C (or 0x13089C) is known color: Ultramarine. HEX triplet: 13, 08 and 9C. RGB value is (19,8,156). Sum of RGB (Red+Green+Blue) = 19+8+156=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 156 (61.33% from 255 or 85.25% from 183); Max value from RGB is 156 - color contains mainly: blue. Hex color #13089C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13089C is #ECF763. Grayscale: #1B1B1B. Windows color (decimal): -15529828 or 10225683. OLE color: 10225683.

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

Color convert

RGB 19 8 156 -
CMYK 0.88 0.95 0 0.39
HSL 244.46º 0.9% 0.32% -
HSV(B) 244.46º 0.95% 0.61% -
XYZ 6.36 2.71 31.64 -
YUV 28.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 19 8 156 0.88 0.95 0 0.39 244.46 0.9 0.32
Hex 13 8 9C 58 5F 0 27 F4 5A 20
Octal 23 10 234 130 137 0 47 364 132 40
Binary 10011 1000 10011100 1011000 1011111 0 100111 11110100 1011010 100000

Color Harmonies of #13089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13089C

Black with #13089C

Text Example


Text Example

White with #13089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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