Html Css Color HEX #106BA6 Cerulean

📋 copy color: '#106BA6'

red 16 ◦ green 107 ◦ blue 166

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

Shades of Cerulean #106BA6

Tints of Cerulean #106BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

 BLUE value IS 166 (65.23% from 255) = 57.44%

R = 5.54%
G = 37.02%
B = 57.44%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#106BA6 (or 0x106BA6) is known color: Cerulean. HEX triplet: 10, 6B and A6. RGB value is (16,107,166). Sum of RGB (Red+Green+Blue) = 16+107+166=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #106BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106BA6 is #EF9459. Grayscale: #565656. Windows color (decimal): -15701082 or 10906384. OLE color: 10906384.

HSL color Cylindrical-coordinate representation of color #106BA6: hue angle of 203.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #106BA6 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 107 166 -
CMYK 0.90 0.36 0 0.35
HSL 203.6º 0.82% 0.36% -
HSV(B) 203.6º 0.9% 0.65% -
XYZ 12.35 13.38 38.01 -
YUV 86.52 172.85 77.7 -
System Red Green Blue C M Y K H S L
Decimal 16 107 166 0.90 0.36 0 0.35 203.6 0.82 0.36
Hex 10 6B A6 5A 24 0 23 CC 52 24
Octal 20 153 246 132 44 0 43 314 122 44
Binary 10000 1101011 10100110 1011010 100100 0 100011 11001100 1010010 100100

Color Harmonies of #106BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BA6

Black with #106BA6

Text Example


Text Example

White with #106BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,107,166); }

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

background-color css

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

 a { background-color: rgb(16,107,166); }

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

border-color css

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

 span { border-color: rgb(16,107,166); }

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