Html Css Color HEX #106A99 Cerulean

📋 copy color: '#106A99'

red 16 ◦ green 106 ◦ blue 153

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

Shades of Cerulean #106A99

Tints of Cerulean #106A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.55%

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 5.82%
G = 38.55%
B = 55.64%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#106A99 (or 0x106A99) is known color: Cerulean. HEX triplet: 10, 6A and 99. RGB value is (16,106,153). Sum of RGB (Red+Green+Blue) = 16+106+153=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #106A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106A99 is #EF9566. Grayscale: #545454. Windows color (decimal): -15701351 or 10054160. OLE color: 10054160.

HSL color Cylindrical-coordinate representation of color #106A99: hue angle of 200.58º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106A99 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 106 153 -
CMYK 0.90 0.31 0 0.4
HSL 200.58º 0.81% 0.33% -
HSV(B) 200.58º 0.9% 0.6% -
XYZ 11.12 12.72 32.01 -
YUV 84.45 166.68 79.18 -
System Red Green Blue C M Y K H S L
Decimal 16 106 153 0.90 0.31 0 0.4 200.58 0.81 0.33
Hex 10 6A 99 5A 1F 0 28 C9 51 21
Octal 20 152 231 132 37 0 50 311 121 41
Binary 10000 1101010 10011001 1011010 11111 0 101000 11001001 1010001 100001

Color Harmonies of #106A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106A99

Black with #106A99

Text Example


Text Example

White with #106A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,106,153); }

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

background-color css

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

 a { background-color: rgb(16,106,153); }

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

border-color css

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

 span { border-color: rgb(16,106,153); }

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