Html Css Color HEX #130097 Ultramarine

📋 copy color: '#130097'

red 19 ◦ green 0 ◦ blue 151

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

Shades of Ultramarine #130097

Tints of Ultramarine #130097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 88.82%

R = 11.18%
G = 0%
B = 88.82%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#130097 (or 0x130097) is known color: Ultramarine. HEX triplet: 13, 00 and 97. RGB value is (19,0,151). Sum of RGB (Red+Green+Blue) = 19+0+151=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #130097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130097 is #ECFF68. Grayscale: #161616. Windows color (decimal): -15531881 or 9895955. OLE color: 9895955.

HSL color Cylindrical-coordinate representation of color #130097: hue angle of 247.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130097 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 0 151 -
CMYK 0.87 1 0 0.41
HSL 247.55º 1% 0.3% -
HSV(B) 247.55º 1% 0.59% -
XYZ 5.85 2.37 29.43 -
YUV 22.9 200.29 125.22 -
System Red Green Blue C M Y K H S L
Decimal 19 0 151 0.87 1 0 0.41 247.55 1 0.3
Hex 13 0 97 57 64 0 29 F8 64 1E
Octal 23 0 227 127 144 0 51 370 144 36
Binary 10011 0 10010111 1010111 1100100 0 101001 11111000 1100100 11110

Color Harmonies of #130097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130097

Black with #130097

Text Example


Text Example

White with #130097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130097; }

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

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

background-color css

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

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

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

border-color css

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

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

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