#10354e

Color #10354E Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #10354E

Tints of Blue Whale #10354E

Color information

#10354E (or 0x10354E) is unknown color: approx Blue Whale. HEX triplet: 10, 35 and 4E. RGB value is (16,53,78). Sum of RGB (Red+Green+Blue) = 16+53+78=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #10354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10354E is #EFCAB1. Grayscale: #2C2C2C. Windows color (decimal): -15714994 or 5125392. OLE color: 5125392.

HSL color Cylindrical-coordinate representation of color #10354E: hue angle of 204.19º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10354E is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB165378-
CMYK0.790.3200.69
HSL204.19º65.96%18.43%-
HSV(B)204.19º79.49%30.59%-
XYZ2.863.217.68-
YUV44.79146.74107.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 78 (30.86% from 255) = 53.06%
R=10.88%
G=36.05%
B=53.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1653780.790.3200.69204.1965.9618.43
Hex10354E4F20045cc4212
Octal206511611740010531410222
Binary10000110101100111010011111000000100010111001100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10354e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10354e; }

 p { color: rgb(16,53,78); }

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

<style>
 a { background-color: #10354e; }

 a { background-color: rgb(16,53,78); }

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

<style>
 span { border-color: #10354e; }

 span { border-color: rgb(16,53,78); }

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