#106CA4

Color #106CA4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #106CA4

Tints of Cerulean #106CA4

Color information

#106CA4 (or 0x106CA4) is unknown color: approx Cerulean. HEX triplet: 10, 6C and A4. RGB value is (16,108,164). Sum of RGB (Red+Green+Blue) = 16+108+164=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #106CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106CA4 is #EF935B. Grayscale: #565656. Windows color (decimal): -15700828 or 10775568. OLE color: 10775568.

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

Color convert

RGB16108164-
CMYK0.900.3400.36
HSL202.7º82.22%35.29%-
HSV(B)202.7º90.24%64.31%-
XYZ12.2813.5237.08-
YUV86.88171.5277.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 164 (64.45% from 255) = 56.94%
R=5.56%
G=37.5%
B=56.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161081640.900.3400.36202.782.2235.29
Hex106CA45A22024cb5223
Octal201542441324204431312243
Binary1000011011001010010010110101000100100100110010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #106CA4;
 }
 .AnyTagClassName
 {
   color: #106CA4;
 }
</style>
background-color css

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

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

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

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

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

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