#10384F

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

Shades of Blue Whale #10384F

Tints of Blue Whale #10384F

Color information

#10384F (or 0x10384F) is unknown color: approx Blue Whale. HEX triplet: 10, 38 and 4F. RGB value is (16,56,79). Sum of RGB (Red+Green+Blue) = 16+56+79=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #10384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10384F is #EFC7B0. Grayscale: #2E2E2E. Windows color (decimal): -15714225 or 5191696. OLE color: 5191696.

HSL color Cylindrical-coordinate representation of color #10384F: hue angle of 201.9º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10384F is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB165679-
CMYK0.800.2900.69
HSL201.9º66.32%18.63%-
HSV(B)201.9º79.75%30.98%-
XYZ3.043.57.91-
YUV46.66146.25106.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=10.60%
G=37.09%
B=52.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1656790.800.2900.69201.966.3218.63
Hex10384F501D045ca4213
Octal207011712035010531210223
Binary1000011100010011111010000111010100010111001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10384F; }

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

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

<style>
 a { background-color: #10384F; }

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

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

<style>
 span { border-color: #10384F; }

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

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