Html Css Color HEX #1A078A Ultramarine

📋 copy color: '#1A078A'

red 26 ◦ green 7 ◦ blue 138

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

Shades of Ultramarine #1A078A

Tints of Ultramarine #1A078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.7%

R = 15.2%
G = 4.09%
B = 80.7%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1A078A (or 0x1A078A) is known color: Ultramarine. HEX triplet: 1A, 07 and 8A. RGB value is (26,7,138). Sum of RGB (Red+Green+Blue) = 26+7+138=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A078A is #E5F875. Grayscale: #1B1B1B. Windows color (decimal): -15071350 or 9045786. OLE color: 9045786.

HSL color Cylindrical-coordinate representation of color #1A078A: hue angle of 248.7º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A078A is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 26 7 138 -
CMYK 0.81 0.95 0 0.46
HSL 248.7º 0.9% 0.28% -
HSV(B) 248.7º 0.95% 0.54% -
XYZ 5.09 2.21 24.2 -
YUV 27.62 190.29 126.85 -
System Red Green Blue C M Y K H S L
Decimal 26 7 138 0.81 0.95 0 0.46 248.7 0.9 0.28
Hex 1A 7 8A 51 5F 0 2E F9 5A 1C
Octal 32 7 212 121 137 0 56 371 132 34
Binary 11010 111 10001010 1010001 1011111 0 101110 11111001 1011010 11100

Color Harmonies of #1A078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A078A

Black with #1A078A

Text Example


Text Example

White with #1A078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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