Html Css Color HEX #023041 Blue Whale

📋 copy color: '#023041'

red 2 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #023041

Tints of Blue Whale #023041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.74%

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

R = 1.74%
G = 41.74%
B = 56.52%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023041 (or 0x023041) is known color: Blue Whale. HEX triplet: 02, 30 and 41. RGB value is (2,48,65). Sum of RGB (Red+Green+Blue) = 2+48+65=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #023041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023041 is #FDCFBE. Grayscale: #242424. Windows color (decimal): -16633791 or 4272130. OLE color: 4272130.

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

Color convert

RGB 2 48 65 -
CMYK 0.97 0.26 0 0.75
HSL 196.19º 0.94% 0.13% -
HSV(B) 196.19º 0.97% 0.25% -
XYZ 2.04 2.51 5.38 -
YUV 36.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 2 48 65 0.97 0.26 0 0.75 196.19 0.94 0.13
Hex 2 30 41 61 1A 0 4B C4 5E D
Octal 2 60 101 141 32 0 113 304 136 15
Binary 10 110000 1000001 1100001 11010 0 1001011 11000100 1011110 1101

Color Harmonies of #023041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023041

Black with #023041

Text Example


Text Example

White with #023041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023041; }

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

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

background-color css

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

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

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

border-color css

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

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

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