Html Css Color HEX #022F41 Blue Whale

📋 copy color: '#022F41'

red 2 ◦ green 47 ◦ blue 65

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

Shades of Blue Whale #022F41

Tints of Blue Whale #022F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 41.23%

 BLUE value IS 65 (25.78% from 255) = 57.02%

R = 1.75%
G = 41.23%
B = 57.02%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#022F41 (or 0x022F41) is known color: Blue Whale. HEX triplet: 02, 2F and 41. RGB value is (2,47,65). Sum of RGB (Red+Green+Blue) = 2+47+65=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #022F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F41 is #FDD0BE. Grayscale: #232323. Windows color (decimal): -16634047 or 4271874. OLE color: 4271874.

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

Color convert

RGB 2 47 65 -
CMYK 0.97 0.28 0 0.75
HSL 197.14º 0.94% 0.13% -
HSV(B) 197.14º 0.97% 0.25% -
XYZ 2 2.43 5.36 -
YUV 35.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 2 47 65 0.97 0.28 0 0.75 197.14 0.94 0.13
Hex 2 2F 41 61 1C 0 4B C5 5E D
Octal 2 57 101 141 34 0 113 305 136 15
Binary 10 101111 1000001 1100001 11100 0 1001011 11000101 1011110 1101

Color Harmonies of #022F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F41

Black with #022F41

Text Example


Text Example

White with #022F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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