Html Css Color HEX #1079A0 Cerulean

📋 copy color: '#1079A0'

red 16 ◦ green 121 ◦ blue 160

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

Shades of Cerulean #1079A0

Tints of Cerulean #1079A0

RGB

 RED value IS 16 (6.64% from 255) = 5.39%

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 160 (62.89% from 255) = 53.87%

R = 5.39%
G = 40.74%
B = 53.87%

CMYK

 C value IS 0.9

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1079A0 (or 0x1079A0) is known color: Cerulean. HEX triplet: 10, 79 and A0. RGB value is (16,121,160). Sum of RGB (Red+Green+Blue) = 16+121+160=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #1079A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079A0 is #EF865F. Grayscale: #5D5D5D. Windows color (decimal): -15697504 or 10516752. OLE color: 10516752.

HSL color Cylindrical-coordinate representation of color #1079A0: hue angle of 196.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1079A0 is Cyan = 0.9, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 121 160 -
CMYK 0.9 0.24 0 0.37
HSL 196.25º 0.82% 0.35% -
HSV(B) 196.25º 0.9% 0.63% -
XYZ 13.4 16.32 35.7 -
YUV 94.05 165.21 72.33 -
System Red Green Blue C M Y K H S L
Decimal 16 121 160 0.9 0.24 0 0.37 196.25 0.82 0.35
Hex 10 79 A0 5A 18 0 25 C4 52 23
Octal 20 171 240 132 30 0 45 304 122 43
Binary 10000 1111001 10100000 1011010 11000 0 100101 11000100 1010010 100011

Color Harmonies of #1079A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079A0

Black with #1079A0

Text Example


Text Example

White with #1079A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1079A0; }

 p { color: rgb(16,121,160); }

 H1.HeaderClassName
 {
   color: #1079A0;
 }
 .AnyTagClassName
 {
   color: #1079A0;
 }
</style>

background-color css

<style>
 a { background-color: #1079A0; }

 a { background-color: rgb(16,121,160); }

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

border-color css

<style>
 span { border-color: #1079A0; }

 span { border-color: rgb(16,121,160); }

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