Html Css Color HEX #1A099D Ultramarine

📋 copy color: '#1A099D'

red 26 ◦ green 9 ◦ blue 157

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

Shades of Ultramarine #1A099D

Tints of Ultramarine #1A099D

RGB

 RED value IS 26 (10.55% from 255) = 13.54%

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 157 (61.72% from 255) = 81.77%

R = 13.54%
G = 4.69%
B = 81.77%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A099D (or 0x1A099D) is known color: Ultramarine. HEX triplet: 1A, 09 and 9D. RGB value is (26,9,157). Sum of RGB (Red+Green+Blue) = 26+9+157=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 157 (61.72% from 255 or 81.77% from 192); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A099D is #E5F662. Grayscale: #1E1E1E. Windows color (decimal): -15070819 or 10291482. OLE color: 10291482.

HSL color Cylindrical-coordinate representation of color #1A099D: hue angle of 246.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A099D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 9 157 -
CMYK 0.83 0.94 0 0.38
HSL 246.89º 0.89% 0.33% -
HSV(B) 246.89º 0.94% 0.62% -
XYZ 6.61 2.85 32.1 -
YUV 30.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 26 9 157 0.83 0.94 0 0.38 246.89 0.89 0.33
Hex 1A 9 9D 53 5E 0 26 F7 59 21
Octal 32 11 235 123 136 0 46 367 131 41
Binary 11010 1001 10011101 1010011 1011110 0 100110 11110111 1011001 100001

Color Harmonies of #1A099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A099D

Black with #1A099D

Text Example


Text Example

White with #1A099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A099D; }

 p { color: rgb(26,9,157); }

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

background-color css

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

 a { background-color: rgb(26,9,157); }

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

border-color css

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

 span { border-color: rgb(26,9,157); }

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