Html Css Color HEX #1079AB Cerulean

📋 copy color: '#1079AB'

red 16 ◦ green 121 ◦ blue 171

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

Shades of Cerulean #1079AB

Tints of Cerulean #1079AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.52%

R = 5.19%
G = 39.29%
B = 55.52%

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

#1079AB (or 0x1079AB) is known color: Cerulean. HEX triplet: 10, 79 and AB. RGB value is (16,121,171). Sum of RGB (Red+Green+Blue) = 16+121+171=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #1079AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079AB is #EF8654. Grayscale: #5F5F5F. Windows color (decimal): -15697493 or 11237648. OLE color: 11237648.

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

Color convert

RGB 16 121 171 -
CMYK 0.91 0.29 0 0.33
HSL 199.35º 0.83% 0.37% -
HSV(B) 199.35º 0.91% 0.67% -
XYZ 14.4 16.73 41 -
YUV 95.31 170.71 71.43 -
System Red Green Blue C M Y K H S L
Decimal 16 121 171 0.91 0.29 0 0.33 199.35 0.83 0.37
Hex 10 79 AB 5B 1D 0 21 C7 53 25
Octal 20 171 253 133 35 0 41 307 123 45
Binary 10000 1111001 10101011 1011011 11101 0 100001 11000111 1010011 100101

Color Harmonies of #1079AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079AB

Black with #1079AB

Text Example


Text Example

White with #1079AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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