Html Css Color HEX #13009E Ultramarine

📋 copy color: '#13009E'

red 19 ◦ green 0 ◦ blue 158

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

Shades of Ultramarine #13009E

Tints of Ultramarine #13009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 89.27%

R = 10.73%
G = 0%
B = 89.27%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13009E (or 0x13009E) is known color: Ultramarine. HEX triplet: 13, 00 and 9E. RGB value is (19,0,158). Sum of RGB (Red+Green+Blue) = 19+0+158=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 158 (62.11% from 255 or 89.27% from 177); Max value from RGB is 158 - color contains mainly: blue. Hex color #13009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13009E is #ECFF61. Grayscale: #171717. Windows color (decimal): -15531874 or 10354707. OLE color: 10354707.

HSL color Cylindrical-coordinate representation of color #13009E: hue angle of 247.22º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13009E is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 0 158 -
CMYK 0.88 1 0 0.38
HSL 247.22º 1% 0.31% -
HSV(B) 247.22º 1% 0.62% -
XYZ 6.44 2.61 32.51 -
YUV 23.69 203.79 124.65 -
System Red Green Blue C M Y K H S L
Decimal 19 0 158 0.88 1 0 0.38 247.22 1 0.31
Hex 13 0 9E 58 64 0 26 F7 64 1F
Octal 23 0 236 130 144 0 46 367 144 37
Binary 10011 0 10011110 1011000 1100100 0 100110 11110111 1100100 11111

Color Harmonies of #13009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13009E

Black with #13009E

Text Example


Text Example

White with #13009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13009E; }

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

 H1.HeaderClassName
 {
   color: #13009E;
 }
 .AnyTagClassName
 {
   color: #13009E;
 }
</style>

background-color css

<style>
 a { background-color: #13009E; }

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

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

border-color css

<style>
 span { border-color: #13009E; }

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

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