Html Css Color HEX #023048 Blue Whale

📋 copy color: '#023048'

red 2 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #023048

Tints of Blue Whale #023048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 59.02%

R = 1.64%
G = 39.34%
B = 59.02%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#023048 (or 0x023048) is known color: Blue Whale. HEX triplet: 02, 30 and 48. RGB value is (2,48,72). Sum of RGB (Red+Green+Blue) = 2+48+72=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #023048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023048 is #FDCFB7. Grayscale: #242424. Windows color (decimal): -16633784 or 4730882. OLE color: 4730882.

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

Color convert

RGB 2 48 72 -
CMYK 0.97 0.33 0 0.72
HSL 200.57º 0.95% 0.15% -
HSV(B) 200.57º 0.97% 0.28% -
XYZ 2.25 2.59 6.51 -
YUV 36.98 147.76 103.05 -
System Red Green Blue C M Y K H S L
Decimal 2 48 72 0.97 0.33 0 0.72 200.57 0.95 0.15
Hex 2 30 48 61 21 0 48 C9 5F F
Octal 2 60 110 141 41 0 110 311 137 17
Binary 10 110000 1001000 1100001 100001 0 1001000 11001001 1011111 1111

Color Harmonies of #023048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023048

Black with #023048

Text Example


Text Example

White with #023048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023048; }

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

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

background-color css

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

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

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

border-color css

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

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

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