Html Css Color HEX #13008C Ultramarine

📋 copy color: '#13008C'

red 19 ◦ green 0 ◦ blue 140

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

Shades of Ultramarine #13008C

Tints of Ultramarine #13008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 88.05%

R = 11.95%
G = 0%
B = 88.05%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13008C (or 0x13008C) is known color: Ultramarine. HEX triplet: 13, 00 and 8C. RGB value is (19,0,140). Sum of RGB (Red+Green+Blue) = 19+0+140=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #13008C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13008C is #ECFF73. Grayscale: #151515. Windows color (decimal): -15531892 or 9175059. OLE color: 9175059.

HSL color Cylindrical-coordinate representation of color #13008C: hue angle of 248.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13008C is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 0 140 -
CMYK 0.86 1 0 0.45
HSL 248.14º 1% 0.27% -
HSV(B) 248.14º 1% 0.55% -
XYZ 5 2.03 24.94 -
YUV 21.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 19 0 140 0.86 1 0 0.45 248.14 1 0.27
Hex 13 0 8C 56 64 0 2D F8 64 1B
Octal 23 0 214 126 144 0 55 370 144 33
Binary 10011 0 10001100 1010110 1100100 0 101101 11111000 1100100 11011

Color Harmonies of #13008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13008C

Black with #13008C

Text Example


Text Example

White with #13008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,0,140); }

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

background-color css

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

 a { background-color: rgb(19,0,140); }

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

border-color css

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

 span { border-color: rgb(19,0,140); }

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