Html Css Color HEX #130FAA Ultramarine

📋 copy color: '#130FAA'

red 19 ◦ green 15 ◦ blue 170

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

Shades of Ultramarine #130FAA

Tints of Ultramarine #130FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.35%

 BLUE value IS 170 (66.8% from 255) = 83.33%

R = 9.31%
G = 7.35%
B = 83.33%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#130FAA (or 0x130FAA) is known color: Ultramarine. HEX triplet: 13, 0F and AA. RGB value is (19,15,170). Sum of RGB (Red+Green+Blue) = 19+15+170=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #130FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130FAA is #ECF055. Grayscale: #212121. Windows color (decimal): -15528022 or 11144979. OLE color: 11144979.

HSL color Cylindrical-coordinate representation of color #130FAA: hue angle of 241.55º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130FAA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 15 170 -
CMYK 0.89 0.91 0 0.33
HSL 241.55º 0.84% 0.36% -
HSV(B) 241.55º 0.91% 0.67% -
XYZ 7.7 3.38 38.28 -
YUV 33.87 204.83 117.4 -
System Red Green Blue C M Y K H S L
Decimal 19 15 170 0.89 0.91 0 0.33 241.55 0.84 0.36
Hex 13 F AA 59 5B 0 21 F2 54 24
Octal 23 17 252 131 133 0 41 362 124 44
Binary 10011 1111 10101010 1011001 1011011 0 100001 11110010 1010100 100100

Color Harmonies of #130FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FAA

Black with #130FAA

Text Example


Text Example

White with #130FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130FAA; }

 p { color: rgb(19,15,170); }

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

background-color css

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

 a { background-color: rgb(19,15,170); }

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

border-color css

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

 span { border-color: rgb(19,15,170); }

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