Html Css Color HEX #106C95 Cerulean

📋 copy color: '#106C95'

red 16 ◦ green 108 ◦ blue 149

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

Shades of Cerulean #106C95

Tints of Cerulean #106C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 5.86%
G = 39.56%
B = 54.58%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#106C95 (or 0x106C95) is known color: Cerulean. HEX triplet: 10, 6C and 95. RGB value is (16,108,149). Sum of RGB (Red+Green+Blue) = 16+108+149=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #106C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C95 is #EF936A. Grayscale: #545454. Windows color (decimal): -15700843 or 9792528. OLE color: 9792528.

HSL color Cylindrical-coordinate representation of color #106C95: hue angle of 198.5º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106C95 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 108 149 -
CMYK 0.89 0.28 0 0.42
HSL 198.5º 0.81% 0.32% -
HSV(B) 198.5º 0.89% 0.58% -
XYZ 11 13.01 30.36 -
YUV 85.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 16 108 149 0.89 0.28 0 0.42 198.5 0.81 0.32
Hex 10 6C 95 59 1C 0 2A C6 51 20
Octal 20 154 225 131 34 0 52 306 121 40
Binary 10000 1101100 10010101 1011001 11100 0 101010 11000110 1010001 100000

Color Harmonies of #106C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C95

Black with #106C95

Text Example


Text Example

White with #106C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106C95; }

 p { color: rgb(16,108,149); }

 H1.HeaderClassName
 {
   color: #106C95;
 }
 .AnyTagClassName
 {
   color: #106C95;
 }
</style>

background-color css

<style>
 a { background-color: #106C95; }

 a { background-color: rgb(16,108,149); }

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

border-color css

<style>
 span { border-color: #106C95; }

 span { border-color: rgb(16,108,149); }

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