Html Css Color HEX #022E47 Blue Whale

📋 copy color: '#022E47'

red 2 ◦ green 46 ◦ blue 71

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

Shades of Blue Whale #022E47

Tints of Blue Whale #022E47

RGB

 RED value IS 2 (1.17% from 255) = 1.68%

 GREEN value IS 46 (18.36% from 255) = 38.66%

 BLUE value IS 71 (28.13% from 255) = 59.66%

R = 1.68%
G = 38.66%
B = 59.66%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022E47 (or 0x022E47) is known color: Blue Whale. HEX triplet: 02, 2E and 47. RGB value is (2,46,71). Sum of RGB (Red+Green+Blue) = 2+46+71=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #022E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E47 is #FDD1B8. Grayscale: #232323. Windows color (decimal): -16634297 or 4664834. OLE color: 4664834.

HSL color Cylindrical-coordinate representation of color #022E47: hue angle of 201.74º 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 #022E47 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 46 71 -
CMYK 0.97 0.35 0 0.72
HSL 201.74º 0.95% 0.14% -
HSV(B) 201.74º 0.97% 0.28% -
XYZ 2.14 2.42 6.32 -
YUV 35.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 2 46 71 0.97 0.35 0 0.72 201.74 0.95 0.14
Hex 2 2E 47 61 23 0 48 CA 5F E
Octal 2 56 107 141 43 0 110 312 137 16
Binary 10 101110 1000111 1100001 100011 0 1001000 11001010 1011111 1110

Color Harmonies of #022E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E47

Black with #022E47

Text Example


Text Example

White with #022E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022E47; }

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

 H1.HeaderClassName
 {
   color: #022E47;
 }
 .AnyTagClassName
 {
   color: #022E47;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #022E47;
 }
 .BgClassName
 {
   background-color: #022E47;
 }
</style>

border-color css

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

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

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