Html Css Color HEX #10799E Cerulean

📋 copy color: '#10799E'

red 16 ◦ green 121 ◦ blue 158

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

Shades of Cerulean #10799E

Tints of Cerulean #10799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 5.42%
G = 41.02%
B = 53.56%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10799E (or 0x10799E) is known color: Cerulean. HEX triplet: 10, 79 and 9E. RGB value is (16,121,158). Sum of RGB (Red+Green+Blue) = 16+121+158=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #10799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10799E is #EF8661. Grayscale: #5D5D5D. Windows color (decimal): -15697506 or 10385680. OLE color: 10385680.

HSL color Cylindrical-coordinate representation of color #10799E: hue angle of 195.63º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10799E is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 121 158 -
CMYK 0.90 0.23 0 0.38
HSL 195.63º 0.82% 0.34% -
HSV(B) 195.63º 0.9% 0.62% -
XYZ 13.22 16.25 34.79 -
YUV 93.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 16 121 158 0.90 0.23 0 0.38 195.63 0.82 0.34
Hex 10 79 9E 5A 17 0 26 C4 52 22
Octal 20 171 236 132 27 0 46 304 122 42
Binary 10000 1111001 10011110 1011010 10111 0 100110 11000100 1010010 100010

Color Harmonies of #10799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10799E

Black with #10799E

Text Example


Text Example

White with #10799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10799E; }

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

 H1.HeaderClassName
 {
   color: #10799E;
 }
 .AnyTagClassName
 {
   color: #10799E;
 }
</style>

background-color css

<style>
 a { background-color: #10799E; }

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

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

border-color css

<style>
 span { border-color: #10799E; }

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

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