Html Css Color HEX #10799F Cerulean

📋 copy color: '#10799F'

red 16 ◦ green 121 ◦ blue 159

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

Shades of Cerulean #10799F

Tints of Cerulean #10799F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 5.41%
G = 40.88%
B = 53.72%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10799F (or 0x10799F) is known color: Cerulean. HEX triplet: 10, 79 and 9F. RGB value is (16,121,159). Sum of RGB (Red+Green+Blue) = 16+121+159=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #10799F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10799F is #EF8660. Grayscale: #5D5D5D. Windows color (decimal): -15697505 or 10451216. OLE color: 10451216.

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

Color convert

RGB 16 121 159 -
CMYK 0.90 0.24 0 0.38
HSL 195.94º 0.82% 0.34% -
HSV(B) 195.94º 0.9% 0.62% -
XYZ 13.31 16.29 35.24 -
YUV 93.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 16 121 159 0.90 0.24 0 0.38 195.94 0.82 0.34
Hex 10 79 9F 5A 18 0 26 C4 52 22
Octal 20 171 237 132 30 0 46 304 122 42
Binary 10000 1111001 10011111 1011010 11000 0 100110 11000100 1010010 100010

Color Harmonies of #10799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10799F

Black with #10799F

Text Example


Text Example

White with #10799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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