Html Css Color HEX #1A08AC Ultramarine

📋 copy color: '#1A08AC'

red 26 ◦ green 8 ◦ blue 172

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

Shades of Ultramarine #1A08AC

Tints of Ultramarine #1A08AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 172 (67.58% from 255) = 83.5%

R = 12.62%
G = 3.88%
B = 83.5%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A08AC (or 0x1A08AC) is known color: Ultramarine. HEX triplet: 1A, 08 and AC. RGB value is (26,8,172). Sum of RGB (Red+Green+Blue) = 26+8+172=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A08AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A08AC is #E5F753. Grayscale: #1F1F1F. Windows color (decimal): -15071060 or 11274266. OLE color: 11274266.

HSL color Cylindrical-coordinate representation of color #1A08AC: hue angle of 246.59º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A08AC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 8 172 -
CMYK 0.85 0.95 0 0.33
HSL 246.59º 0.91% 0.35% -
HSV(B) 246.59º 0.95% 0.67% -
XYZ 7.96 3.37 39.26 -
YUV 32.08 206.96 123.66 -
System Red Green Blue C M Y K H S L
Decimal 26 8 172 0.85 0.95 0 0.33 246.59 0.91 0.35
Hex 1A 8 AC 55 5F 0 21 F7 5B 23
Octal 32 10 254 125 137 0 41 367 133 43
Binary 11010 1000 10101100 1010101 1011111 0 100001 11110111 1011011 100011

Color Harmonies of #1A08AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A08AC

Black with #1A08AC

Text Example


Text Example

White with #1A08AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,8,172); }

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

background-color css

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

 a { background-color: rgb(26,8,172); }

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

border-color css

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

 span { border-color: rgb(26,8,172); }

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