Html Css Color HEX #10799B Cerulean

📋 copy color: '#10799B'

red 16 ◦ green 121 ◦ blue 155

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

Shades of Cerulean #10799B

Tints of Cerulean #10799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 53.08%

R = 5.48%
G = 41.44%
B = 53.08%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#10799B (or 0x10799B) is known color: Cerulean. HEX triplet: 10, 79 and 9B. RGB value is (16,121,155). Sum of RGB (Red+Green+Blue) = 16+121+155=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #10799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10799B is #EF8664. Grayscale: #5D5D5D. Windows color (decimal): -15697509 or 10189072. OLE color: 10189072.

HSL color Cylindrical-coordinate representation of color #10799B: hue angle of 194.68º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10799B is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 121 155 -
CMYK 0.90 0.22 0 0.39
HSL 194.68º 0.81% 0.34% -
HSV(B) 194.68º 0.9% 0.61% -
XYZ 12.97 16.15 33.44 -
YUV 93.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 16 121 155 0.90 0.22 0 0.39 194.68 0.81 0.34
Hex 10 79 9B 5A 16 0 27 C3 51 22
Octal 20 171 233 132 26 0 47 303 121 42
Binary 10000 1111001 10011011 1011010 10110 0 100111 11000011 1010001 100010

Color Harmonies of #10799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10799B

Black with #10799B

Text Example


Text Example

White with #10799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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