#123441

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

Shades of Blue Whale #123441

Tints of Blue Whale #123441

Color information

#123441 (or 0x123441) is unknown color: approx Blue Whale. HEX triplet: 12, 34 and 41. RGB value is (18,52,65). Sum of RGB (Red+Green+Blue) = 18+52+65=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #123441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123441 is #EDCBBE. Grayscale: #2B2B2B. Windows color (decimal): -15584191 or 4273170. OLE color: 4273170.

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

Color convert

RGB185265-
CMYK0.720.2000.75
HSL196.6º56.63%16.27%-
HSV(B)196.6º72.31%25.49%-
XYZ2.432.975.45-
YUV43.32140.24109.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=13.33%
G=38.52%
B=48.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1852650.720.2000.75196.656.6316.27
Hex123441481404Bc53910
Octal22641011102401133057120
Binary100101101001000001100100010100010010111100010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123441; }

 p { color: rgb(18,52,65); }

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

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

 a { background-color: rgb(18,52,65); }

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

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

 span { border-color: rgb(18,52,65); }

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