Html Css Color HEX #1079BA Cerulean

📋 copy color: '#1079BA'

red 16 ◦ green 121 ◦ blue 186

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

Shades of Cerulean #1079BA

Tints of Cerulean #1079BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 4.95%
G = 37.46%
B = 57.59%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1079BA (or 0x1079BA) is known color: Cerulean. HEX triplet: 10, 79 and BA. RGB value is (16,121,186). Sum of RGB (Red+Green+Blue) = 16+121+186=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #1079BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079BA is #EF8645. Grayscale: #606060. Windows color (decimal): -15697478 or 12220688. OLE color: 12220688.

HSL color Cylindrical-coordinate representation of color #1079BA: hue angle of 202.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1079BA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 121 186 -
CMYK 0.91 0.35 0 0.27
HSL 202.94º 0.84% 0.4% -
HSV(B) 202.94º 0.91% 0.73% -
XYZ 15.91 17.33 48.96 -
YUV 97.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 16 121 186 0.91 0.35 0 0.27 202.94 0.84 0.4
Hex 10 79 BA 5B 23 0 1B CB 54 28
Octal 20 171 272 133 43 0 33 313 124 50
Binary 10000 1111001 10111010 1011011 100011 0 11011 11001011 1010100 101000

Color Harmonies of #1079BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079BA

Black with #1079BA

Text Example


Text Example

White with #1079BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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