#123341

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

Shades of Blue Whale #123341

Tints of Blue Whale #123341

Color information

#123341 (or 0x123341) is unknown color: approx Blue Whale. HEX triplet: 12, 33 and 41. RGB value is (18,51,65). Sum of RGB (Red+Green+Blue) = 18+51+65=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #123341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123341 is #EDCCBE. Grayscale: #2A2A2A. Windows color (decimal): -15584447 or 4272914. OLE color: 4272914.

HSL color Cylindrical-coordinate representation of color #123341: hue angle of 197.87º 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 #123341 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB185165-
CMYK0.720.2200.75
HSL197.87º56.63%16.27%-
HSV(B)197.87º72.31%25.49%-
XYZ2.392.885.43-
YUV42.73140.57110.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=13.43%
G=38.06%
B=48.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1851650.720.2200.75197.8756.6316.27
Hex123341481604Bc63910
Octal22631011102601133067120
Binary100101100111000001100100010110010010111100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123341; }

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

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

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

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

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

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

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

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