Html Css Color HEX #1A7AAA Cerulean

📋 copy color: '#1A7AAA'

red 26 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #1A7AAA

Tints of Cerulean #1A7AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 8.18%
G = 38.36%
B = 53.46%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A7AAA (or 0x1A7AAA) is known color: Cerulean. HEX triplet: 1A, 7A and AA. RGB value is (26,122,170). Sum of RGB (Red+Green+Blue) = 26+122+170=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A7AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7AAA is #E58555. Grayscale: #626262. Windows color (decimal): -15041878 or 11172378. OLE color: 11172378.

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

Color convert

RGB 26 122 170 -
CMYK 0.85 0.28 0 0.33
HSL 200º 0.73% 0.38% -
HSV(B) 200º 0.85% 0.67% -
XYZ 14.64 17.04 40.55 -
YUV 98.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 26 122 170 0.85 0.28 0 0.33 200 0.73 0.38
Hex 1A 7A AA 55 1C 0 21 C8 49 26
Octal 32 172 252 125 34 0 41 310 111 46
Binary 11010 1111010 10101010 1010101 11100 0 100001 11001000 1001001 100110

Color Harmonies of #1A7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7AAA

Black with #1A7AAA

Text Example


Text Example

White with #1A7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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