#104F7B

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

Shades of Dark Cerulean #104F7B

Tints of Dark Cerulean #104F7B

Color information

#104F7B (or 0x104F7B) is unknown color: approx Dark Cerulean. HEX triplet: 10, 4F and 7B. RGB value is (16,79,123). Sum of RGB (Red+Green+Blue) = 16+79+123=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #104F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104F7B is #EFB084. Grayscale: #404040. Windows color (decimal): -15708293 or 8081168. OLE color: 8081168.

HSL color Cylindrical-coordinate representation of color #104F7B: hue angle of 204.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #104F7B is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1679123-
CMYK0.870.3600.52
HSL204.67º76.98%27.25%-
HSV(B)204.67º86.99%48.24%-
XYZ6.587.1319.77-
YUV65.18160.6392.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=7.34%
G=36.24%
B=56.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16791230.870.3600.52204.6776.9827.25
Hex104F7B5724034cd4d1b
Octal201171731274406431511533
Binary10000100111111110111010111100100011010011001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F7B; }

 p { color: rgb(16,79,123); }

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

<style>
 a { background-color: #104F7B; }

 a { background-color: rgb(16,79,123); }

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

<style>
 span { border-color: #104F7B; }

 span { border-color: rgb(16,79,123); }

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