#10323F

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

Shades of Blue Whale #10323F

Tints of Blue Whale #10323F

Color information

#10323F (or 0x10323F) is unknown color: approx Blue Whale. HEX triplet: 10, 32 and 3F. RGB value is (16,50,63). Sum of RGB (Red+Green+Blue) = 16+50+63=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #10323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10323F is #EFCDC0. Grayscale: #292929. Windows color (decimal): -15715777 or 4141584. OLE color: 4141584.

HSL color Cylindrical-coordinate representation of color #10323F: hue angle of 196.6º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10323F is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB165063-
CMYK0.750.2100.75
HSL196.6º59.49%15.49%-
HSV(B)196.6º74.6%24.71%-
XYZ2.252.755.11-
YUV41.32140.24109.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 63 (25% from 255) = 48.84%
R=12.40%
G=38.76%
B=48.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1650630.750.2100.75196.659.4915.49
Hex10323F4B1504Bc53bf
Octal2062771132501133057317
Binary1000011001011111110010111010101001011110001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,50,63); }

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

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

 a { background-color: rgb(16,50,63); }

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

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

 span { border-color: rgb(16,50,63); }

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