Html Css Color HEX #1A079C Ultramarine

📋 copy color: '#1A079C'

red 26 ◦ green 7 ◦ blue 156

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

Shades of Ultramarine #1A079C

Tints of Ultramarine #1A079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 82.54%

R = 13.76%
G = 3.7%
B = 82.54%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1A079C (or 0x1A079C) is known color: Ultramarine. HEX triplet: 1A, 07 and 9C. RGB value is (26,7,156). Sum of RGB (Red+Green+Blue) = 26+7+156=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #1A079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A079C is #E5F863. Grayscale: #1D1D1D. Windows color (decimal): -15071332 or 10225434. OLE color: 10225434.

HSL color Cylindrical-coordinate representation of color #1A079C: hue angle of 247.65º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A079C is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 26 7 156 -
CMYK 0.83 0.96 0 0.39
HSL 247.65º 0.91% 0.32% -
HSV(B) 247.65º 0.96% 0.61% -
XYZ 6.5 2.77 31.64 -
YUV 29.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 26 7 156 0.83 0.96 0 0.39 247.65 0.91 0.32
Hex 1A 7 9C 53 60 0 27 F8 5B 20
Octal 32 7 234 123 140 0 47 370 133 40
Binary 11010 111 10011100 1010011 1100000 0 100111 11111000 1011011 100000

Color Harmonies of #1A079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A079C

Black with #1A079C

Text Example


Text Example

White with #1A079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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