Html Css Color HEX #1A779F Cerulean

📋 copy color: '#1A779F'

red 26 ◦ green 119 ◦ blue 159

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

Shades of Cerulean #1A779F

Tints of Cerulean #1A779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 8.55%
G = 39.14%
B = 52.3%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1A779F (or 0x1A779F) is known color: Cerulean. HEX triplet: 1A, 77 and 9F. RGB value is (26,119,159). Sum of RGB (Red+Green+Blue) = 26+119+159=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A779F is #E58860. Grayscale: #5F5F5F. Windows color (decimal): -15042657 or 10450714. OLE color: 10450714.

HSL color Cylindrical-coordinate representation of color #1A779F: hue angle of 198.05º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A779F is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 119 159 -
CMYK 0.84 0.25 0 0.38
HSL 198.05º 0.72% 0.36% -
HSV(B) 198.05º 0.84% 0.62% -
XYZ 13.28 15.92 35.17 -
YUV 95.75 163.69 78.25 -
System Red Green Blue C M Y K H S L
Decimal 26 119 159 0.84 0.25 0 0.38 198.05 0.72 0.36
Hex 1A 77 9F 54 19 0 26 C6 48 24
Octal 32 167 237 124 31 0 46 306 110 44
Binary 11010 1110111 10011111 1010100 11001 0 100110 11000110 1001000 100100

Color Harmonies of #1A779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A779F

Black with #1A779F

Text Example


Text Example

White with #1A779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,119,159); }

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

background-color css

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

 a { background-color: rgb(26,119,159); }

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

border-color css

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

 span { border-color: rgb(26,119,159); }

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