Html Css Color HEX #131AA2 Ultramarine

📋 copy color: '#131AA2'

red 19 ◦ green 26 ◦ blue 162

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

Shades of Ultramarine #131AA2

Tints of Ultramarine #131AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 162 (63.67% from 255) = 78.26%

R = 9.18%
G = 12.56%
B = 78.26%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#131AA2 (or 0x131AA2) is known color: Ultramarine. HEX triplet: 13, 1A and A2. RGB value is (19,26,162). Sum of RGB (Red+Green+Blue) = 19+26+162=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 162 (63.67% from 255 or 78.26% from 207); Max value from RGB is 162 - color contains mainly: blue. Hex color #131AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131AA2 is #ECE55D. Grayscale: #262626. Windows color (decimal): -15525214 or 10623507. OLE color: 10623507.

HSL color Cylindrical-coordinate representation of color #131AA2: hue angle of 237.06º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131AA2 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 26 162 -
CMYK 0.88 0.84 0 0.36
HSL 237.06º 0.79% 0.35% -
HSV(B) 237.06º 0.88% 0.64% -
XYZ 7.16 3.49 34.48 -
YUV 39.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 19 26 162 0.88 0.84 0 0.36 237.06 0.79 0.35
Hex 13 1A A2 58 54 0 24 ED 4F 23
Octal 23 32 242 130 124 0 44 355 117 43
Binary 10011 11010 10100010 1011000 1010100 0 100100 11101101 1001111 100011

Color Harmonies of #131AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AA2

Black with #131AA2

Text Example


Text Example

White with #131AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131AA2; }

 p { color: rgb(19,26,162); }

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

background-color css

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

 a { background-color: rgb(19,26,162); }

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

border-color css

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

 span { border-color: rgb(19,26,162); }

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