Html Css Color HEX #1079AE Cerulean

📋 copy color: '#1079AE'

red 16 ◦ green 121 ◦ blue 174

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

Shades of Cerulean #1079AE

Tints of Cerulean #1079AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.95%

R = 5.14%
G = 38.91%
B = 55.95%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1079AE (or 0x1079AE) is known color: Cerulean. HEX triplet: 10, 79 and AE. RGB value is (16,121,174). Sum of RGB (Red+Green+Blue) = 16+121+174=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #1079AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079AE is #EF8651. Grayscale: #5F5F5F. Windows color (decimal): -15697490 or 11434256. OLE color: 11434256.

HSL color Cylindrical-coordinate representation of color #1079AE: hue angle of 200.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1079AE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 121 174 -
CMYK 0.91 0.30 0 0.32
HSL 200.13º 0.83% 0.37% -
HSV(B) 200.13º 0.91% 0.68% -
XYZ 14.69 16.84 42.52 -
YUV 95.65 172.21 71.19 -
System Red Green Blue C M Y K H S L
Decimal 16 121 174 0.91 0.30 0 0.32 200.13 0.83 0.37
Hex 10 79 AE 5B 1E 0 20 C8 53 25
Octal 20 171 256 133 36 0 40 310 123 45
Binary 10000 1111001 10101110 1011011 11110 0 100000 11001000 1010011 100101

Color Harmonies of #1079AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079AE

Black with #1079AE

Text Example


Text Example

White with #1079AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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