#023047

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

Shades of Blue Whale #023047

Tints of Blue Whale #023047

Color information

#023047 (or 0x023047) is unknown color: approx Blue Whale. HEX triplet: 02, 30 and 47. RGB value is (2,48,71). Sum of RGB (Red+Green+Blue) = 2+48+71=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #023047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023047 is #FDCFB8. Grayscale: #242424. Windows color (decimal): -16633785 or 4665346. OLE color: 4665346.

HSL color Cylindrical-coordinate representation of color #023047: hue angle of 200º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023047 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB24871-
CMYK0.970.3200.72
HSL200º94.52%14.31%-
HSV(B)200º97.18%27.84%-
XYZ2.222.586.34-
YUV36.87147.26103.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=1.65%
G=39.67%
B=58.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal248710.970.3200.7220094.5214.31
Hex230476120048c85fe
Octal26010714140011031013716
Binary1011000010001111100001100000010010001100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023047; }

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

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

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

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

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

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

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

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