Html Css Color HEX #003040 Blue Whale

📋 copy color: '#003040'

red 0 ◦ green 48 ◦ blue 64

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

Shades of Blue Whale #003040

Tints of Blue Whale #003040

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 64 (25.39% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#003040 (or 0x003040) is known color: Blue Whale. HEX triplet: 00, 30 and 40. RGB value is (0,48,64). Sum of RGB (Red+Green+Blue) = 0+48+64=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #003040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003040 is #FFCFBF. Grayscale: #232323. Windows color (decimal): -16764864 or 4206592. OLE color: 4206592.

HSL color Cylindrical-coordinate representation of color #003040: hue angle of 195º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003040 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 48 64 -
CMYK 1 0.25 0 0.75
HSL 195º 1% 0.13% -
HSV(B) 195º 1% 0.25% -
XYZ 1.98 2.48 5.23 -
YUV 35.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 0 48 64 1 0.25 0 0.75 195 1 0.13
Hex 0 30 40 64 19 0 4B C3 64 D
Octal 0 60 100 144 31 0 113 303 144 15
Binary 0 110000 1000000 1100100 11001 0 1001011 11000011 1100100 1101

Color Harmonies of #003040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003040

Black with #003040

Text Example


Text Example

White with #003040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003040; }

 p { color: rgb(0,48,64); }

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

background-color css

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

 a { background-color: rgb(0,48,64); }

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

border-color css

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

 span { border-color: rgb(0,48,64); }

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