Html Css Color HEX #1079AF Cerulean

📋 copy color: '#1079AF'

red 16 ◦ green 121 ◦ blue 175

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

Shades of Cerulean #1079AF

Tints of Cerulean #1079AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 5.13%
G = 38.78%
B = 56.09%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1079AF (or 0x1079AF) is known color: Cerulean. HEX triplet: 10, 79 and AF. RGB value is (16,121,175). Sum of RGB (Red+Green+Blue) = 16+121+175=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #1079AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1079AF is #EF8650. Grayscale: #5F5F5F. Windows color (decimal): -15697489 or 11499792. OLE color: 11499792.

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

Color convert

RGB 16 121 175 -
CMYK 0.91 0.31 0 0.31
HSL 200.38º 0.83% 0.37% -
HSV(B) 200.38º 0.91% 0.69% -
XYZ 14.79 16.88 43.04 -
YUV 95.76 172.71 71.11 -
System Red Green Blue C M Y K H S L
Decimal 16 121 175 0.91 0.31 0 0.31 200.38 0.83 0.37
Hex 10 79 AF 5B 1F 0 1F C8 53 25
Octal 20 171 257 133 37 0 37 310 123 45
Binary 10000 1111001 10101111 1011011 11111 0 11111 11001000 1010011 100101

Color Harmonies of #1079AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079AF

Black with #1079AF

Text Example


Text Example

White with #1079AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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