#106BA4

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

Shades of Cerulean #106BA4

Tints of Cerulean #106BA4

Color information

#106BA4 (or 0x106BA4) is unknown color: approx Cerulean. HEX triplet: 10, 6B and A4. RGB value is (16,107,164). Sum of RGB (Red+Green+Blue) = 16+107+164=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #106BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106BA4 is #EF945B. Grayscale: #555555. Windows color (decimal): -15701084 or 10775312. OLE color: 10775312.

HSL color Cylindrical-coordinate representation of color #106BA4: hue angle of 203.11º 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 #106BA4 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16107164-
CMYK0.900.3500.36
HSL203.11º82.22%35.29%-
HSV(B)203.11º90.24%64.31%-
XYZ12.1713.3137.05-
YUV86.29171.8577.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 164 (64.45% from 255) = 57.14%
R=5.57%
G=37.28%
B=57.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161071640.900.3500.36203.1182.2235.29
Hex106BA45A23024cb5223
Octal201532441324304431312243
Binary1000011010111010010010110101000110100100110010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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