Html Css Color HEX #10799D Cerulean

📋 copy color: '#10799D'

red 16 ◦ green 121 ◦ blue 157

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

Shades of Cerulean #10799D

Tints of Cerulean #10799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 5.44%
G = 41.16%
B = 53.4%

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

#10799D (or 0x10799D) is known color: Cerulean. HEX triplet: 10, 79 and 9D. RGB value is (16,121,157). Sum of RGB (Red+Green+Blue) = 16+121+157=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #10799D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10799D is #EF8662. Grayscale: #5D5D5D. Windows color (decimal): -15697507 or 10320144. OLE color: 10320144.

HSL color Cylindrical-coordinate representation of color #10799D: hue angle of 195.32º 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 #10799D is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 121 157 -
CMYK 0.90 0.23 0 0.38
HSL 195.32º 0.82% 0.34% -
HSV(B) 195.32º 0.9% 0.62% -
XYZ 13.14 16.22 34.34 -
YUV 93.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 16 121 157 0.90 0.23 0 0.38 195.32 0.82 0.34
Hex 10 79 9D 5A 17 0 26 C3 52 22
Octal 20 171 235 132 27 0 46 303 122 42
Binary 10000 1111001 10011101 1011010 10111 0 100110 11000011 1010010 100010

Color Harmonies of #10799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10799D

Black with #10799D

Text Example


Text Example

White with #10799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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