Html Css Color HEX #1079AA Cerulean

📋 copy color: '#1079AA'

red 16 ◦ green 121 ◦ blue 170

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

Shades of Cerulean #1079AA

Tints of Cerulean #1079AA

RGB

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

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

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

R = 5.21%
G = 39.41%
B = 55.37%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1079AA (or 0x1079AA) is known color: Cerulean. HEX triplet: 10, 79 and AA. RGB value is (16,121,170). Sum of RGB (Red+Green+Blue) = 16+121+170=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1079AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079AA is #EF8655. Grayscale: #5E5E5E. Windows color (decimal): -15697494 or 11172112. OLE color: 11172112.

HSL color Cylindrical-coordinate representation of color #1079AA: hue angle of 199.09º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1079AA is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 121 170 -
CMYK 0.91 0.29 0 0.33
HSL 199.09º 0.83% 0.36% -
HSV(B) 199.09º 0.91% 0.67% -
XYZ 14.31 16.69 40.5 -
YUV 95.19 170.21 71.52 -
System Red Green Blue C M Y K H S L
Decimal 16 121 170 0.91 0.29 0 0.33 199.09 0.83 0.36
Hex 10 79 AA 5B 1D 0 21 C7 53 24
Octal 20 171 252 133 35 0 41 307 123 44
Binary 10000 1111001 10101010 1011011 11101 0 100001 11000111 1010011 100100

Color Harmonies of #1079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079AA

Black with #1079AA

Text Example


Text Example

White with #1079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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