Html Css Color HEX #023049 Blue Whale

📋 copy color: '#023049'

red 2 ◦ green 48 ◦ blue 73

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

Shades of Blue Whale #023049

Tints of Blue Whale #023049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 59.35%

R = 1.63%
G = 39.02%
B = 59.35%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#023049 (or 0x023049) is known color: Blue Whale. HEX triplet: 02, 30 and 49. RGB value is (2,48,73). Sum of RGB (Red+Green+Blue) = 2+48+73=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #023049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023049 is #FDCFB6. Grayscale: #242424. Windows color (decimal): -16633783 or 4796418. OLE color: 4796418.

HSL color Cylindrical-coordinate representation of color #023049: hue angle of 201.13º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023049 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 48 73 -
CMYK 0.97 0.34 0 0.71
HSL 201.13º 0.95% 0.15% -
HSV(B) 201.13º 0.97% 0.29% -
XYZ 2.28 2.61 6.69 -
YUV 37.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 2 48 73 0.97 0.34 0 0.71 201.13 0.95 0.15
Hex 2 30 49 61 22 0 47 C9 5F F
Octal 2 60 111 141 42 0 107 311 137 17
Binary 10 110000 1001001 1100001 100010 0 1000111 11001001 1011111 1111

Color Harmonies of #023049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023049

Black with #023049

Text Example


Text Example

White with #023049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023049; }

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

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

background-color css

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

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

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

border-color css

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

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

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