Html Css Color HEX #1079A4 Cerulean

📋 copy color: '#1079A4'

red 16 ◦ green 121 ◦ blue 164

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

Shades of Cerulean #1079A4

Tints of Cerulean #1079A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 5.32%
G = 40.2%
B = 54.49%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1079A4 (or 0x1079A4) is known color: Cerulean. HEX triplet: 10, 79 and A4. RGB value is (16,121,164). Sum of RGB (Red+Green+Blue) = 16+121+164=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #1079A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079A4 is #EF865B. Grayscale: #5E5E5E. Windows color (decimal): -15697500 or 10778896. OLE color: 10778896.

HSL color Cylindrical-coordinate representation of color #1079A4: hue angle of 197.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1079A4 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 121 164 -
CMYK 0.90 0.26 0 0.36
HSL 197.43º 0.82% 0.35% -
HSV(B) 197.43º 0.9% 0.64% -
XYZ 13.75 16.47 37.58 -
YUV 94.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 16 121 164 0.90 0.26 0 0.36 197.43 0.82 0.35
Hex 10 79 A4 5A 1A 0 24 C5 52 23
Octal 20 171 244 132 32 0 44 305 122 43
Binary 10000 1111001 10100100 1011010 11010 0 100100 11000101 1010010 100011

Color Harmonies of #1079A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079A4

Black with #1079A4

Text Example


Text Example

White with #1079A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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