Html Css Color HEX #1A079F Ultramarine

📋 copy color: '#1A079F'

red 26 ◦ green 7 ◦ blue 159

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

Shades of Ultramarine #1A079F

Tints of Ultramarine #1A079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

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

R = 13.54%
G = 3.65%
B = 82.81%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A079F (or 0x1A079F) is known color: Ultramarine. HEX triplet: 1A, 07 and 9F. RGB value is (26,7,159). Sum of RGB (Red+Green+Blue) = 26+7+159=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 159 (62.5% from 255 or 82.81% from 192); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A079F is #E5F860. Grayscale: #1D1D1D. Windows color (decimal): -15071329 or 10422042. OLE color: 10422042.

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

Color convert

RGB 26 7 159 -
CMYK 0.84 0.96 0 0.38
HSL 247.5º 0.92% 0.33% -
HSV(B) 247.5º 0.96% 0.62% -
XYZ 6.76 2.87 33 -
YUV 30.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 26 7 159 0.84 0.96 0 0.38 247.5 0.92 0.33
Hex 1A 7 9F 54 60 0 26 F8 5C 21
Octal 32 7 237 124 140 0 46 370 134 41
Binary 11010 111 10011111 1010100 1100000 0 100110 11111000 1011100 100001

Color Harmonies of #1A079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A079F

Black with #1A079F

Text Example


Text Example

White with #1A079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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