#023141

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

Shades of Blue Whale #023141

Tints of Blue Whale #023141

Color information

#023141 (or 0x023141) is unknown color: approx Blue Whale. HEX triplet: 02, 31 and 41. RGB value is (2,49,65). Sum of RGB (Red+Green+Blue) = 2+49+65=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #023141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023141 is #FDCEBE. Grayscale: #242424. Windows color (decimal): -16633535 or 4272386. OLE color: 4272386.

HSL color Cylindrical-coordinate representation of color #023141: hue angle of 195.24º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023141 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB24965-
CMYK0.970.2500.75
HSL195.24º94.03%13.14%-
HSV(B)195.24º96.92%25.49%-
XYZ2.082.595.39-
YUV36.77143.93103.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 65 (25.78% from 255) = 56.03%
R=1.72%
G=42.24%
B=56.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal249650.970.2500.75195.2494.0313.14
Hex23141611904Bc35ed
Octal26110114131011330313615
Binary101100011000001110000111001010010111100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023141; }

 p { color: rgb(2,49,65); }

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

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

 a { background-color: rgb(2,49,65); }

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

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

 span { border-color: rgb(2,49,65); }

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