Html Css Color HEX #1A099F Ultramarine

📋 copy color: '#1A099F'

red 26 ◦ green 9 ◦ blue 159

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

Shades of Ultramarine #1A099F

Tints of Ultramarine #1A099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.96%

R = 13.4%
G = 4.64%
B = 81.96%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A099F (or 0x1A099F) is known color: Ultramarine. HEX triplet: 1A, 09 and 9F. RGB value is (26,9,159). Sum of RGB (Red+Green+Blue) = 26+9+159=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A099F is #E5F660. Grayscale: #1E1E1E. Windows color (decimal): -15070817 or 10422554. OLE color: 10422554.

HSL color Cylindrical-coordinate representation of color #1A099F: hue angle of 246.8º 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 #1A099F is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 9 159 -
CMYK 0.84 0.94 0 0.38
HSL 246.8º 0.89% 0.33% -
HSV(B) 246.8º 0.94% 0.62% -
XYZ 6.78 2.92 33.01 -
YUV 31.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 26 9 159 0.84 0.94 0 0.38 246.8 0.89 0.33
Hex 1A 9 9F 54 5E 0 26 F7 59 21
Octal 32 11 237 124 136 0 46 367 131 41
Binary 11010 1001 10011111 1010100 1011110 0 100110 11110111 1011001 100001

Color Harmonies of #1A099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A099F

Black with #1A099F

Text Example


Text Example

White with #1A099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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