#023046

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

Shades of Blue Whale #023046

Tints of Blue Whale #023046

Color information

#023046 (or 0x023046) is unknown color: approx Blue Whale. HEX triplet: 02, 30 and 46. RGB value is (2,48,70). Sum of RGB (Red+Green+Blue) = 2+48+70=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #023046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023046 is #FDCFB9. Grayscale: #242424. Windows color (decimal): -16633786 or 4599810. OLE color: 4599810.

HSL color Cylindrical-coordinate representation of color #023046: hue angle of 199.41º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023046 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB24870-
CMYK0.970.3100.73
HSL199.41º94.44%14.12%-
HSV(B)199.41º97.14%27.45%-
XYZ2.192.576.17-
YUV36.75146.76103.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 70 (27.73% from 255) = 58.33%
R=1.67%
G=40%
B=58.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal248700.970.3100.73199.4194.4414.12
Hex23046611F049c75ee
Octal26010614137011130713616
Binary101100001000110110000111111010010011100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023046; }

 p { color: rgb(2,48,70); }

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

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

 a { background-color: rgb(2,48,70); }

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

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

 span { border-color: rgb(2,48,70); }

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