Html Css Color HEX #13009B Ultramarine

📋 copy color: '#13009B'

red 19 ◦ green 0 ◦ blue 155

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

Shades of Ultramarine #13009B

Tints of Ultramarine #13009B

RGB

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

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

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

R = 10.92%
G = 0%
B = 89.08%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13009B (or 0x13009B) is known color: Ultramarine. HEX triplet: 13, 00 and 9B. RGB value is (19,0,155). Sum of RGB (Red+Green+Blue) = 19+0+155=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #13009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13009B is #ECFF64. Grayscale: #161616. Windows color (decimal): -15531877 or 10158099. OLE color: 10158099.

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

Color convert

RGB 19 0 155 -
CMYK 0.88 1 0 0.39
HSL 247.35º 1% 0.3% -
HSV(B) 247.35º 1% 0.61% -
XYZ 6.18 2.51 31.17 -
YUV 23.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 19 0 155 0.88 1 0 0.39 247.35 1 0.3
Hex 13 0 9B 58 64 0 27 F7 64 1E
Octal 23 0 233 130 144 0 47 367 144 36
Binary 10011 0 10011011 1011000 1100100 0 100111 11110111 1100100 11110

Color Harmonies of #13009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13009B

Black with #13009B

Text Example


Text Example

White with #13009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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