Html Css Color HEX #1A7AAC Cerulean

📋 copy color: '#1A7AAC'

red 26 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #1A7AAC

Tints of Cerulean #1A7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

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

R = 8.13%
G = 38.13%
B = 53.75%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A7AAC (or 0x1A7AAC) is known color: Cerulean. HEX triplet: 1A, 7A and AC. RGB value is (26,122,172). Sum of RGB (Red+Green+Blue) = 26+122+172=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7AAC is #E58553. Grayscale: #626262. Windows color (decimal): -15041876 or 11303450. OLE color: 11303450.

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

Color convert

RGB 26 122 172 -
CMYK 0.85 0.29 0 0.33
HSL 200.55º 0.74% 0.39% -
HSV(B) 200.55º 0.85% 0.67% -
XYZ 14.83 17.12 41.55 -
YUV 99 169.2 75.93 -
System Red Green Blue C M Y K H S L
Decimal 26 122 172 0.85 0.29 0 0.33 200.55 0.74 0.39
Hex 1A 7A AC 55 1D 0 21 C9 4A 27
Octal 32 172 254 125 35 0 41 311 112 47
Binary 11010 1111010 10101100 1010101 11101 0 100001 11001001 1001010 100111

Color Harmonies of #1A7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7AAC

Black with #1A7AAC

Text Example


Text Example

White with #1A7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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