Html Css Color HEX #023047 Blue Whale

📋 copy color: '#023047'

red 2 ◦ green 48 ◦ blue 71

#023047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #023047

Tints of Blue Whale #023047

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.13% from 255) = 58.68%

R = 1.65%
G = 39.67%
B = 58.68%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#023047 (or 0x023047) is known color: 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

RGB 2 48 71 -
CMYK 0.97 0.32 0 0.72
HSL 200º 0.95% 0.14% -
HSV(B) 200º 0.97% 0.28% -
XYZ 2.22 2.58 6.34 -
YUV 36.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 2 48 71 0.97 0.32 0 0.72 200 0.95 0.14
Hex 2 30 47 61 20 0 48 C8 5F E
Octal 2 60 107 141 40 0 110 310 137 16
Binary 10 110000 1000111 1100001 100000 0 1001000 11001000 1011111 1110

Color Harmonies of #023047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023047

Black with #023047

Text Example


Text Example

White with #023047

Text Example


Text Example

HTML Codes & Css Web 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>