Html Css Color HEX #002B40 Blue Whale

📋 copy color: '#002B40'

red 0 ◦ green 43 ◦ blue 64

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

Shades of Blue Whale #002B40

Tints of Blue Whale #002B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 40.19%

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

R = 0%
G = 40.19%
B = 59.81%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#002B40 (or 0x002B40) is known color: Blue Whale. HEX triplet: 00, 2B and 40. RGB value is (0,43,64). Sum of RGB (Red+Green+Blue) = 0+43+64=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #002B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B40 is #FFD4BF. Grayscale: #202020. Windows color (decimal): -16766144 or 4205312. OLE color: 4205312.

HSL color Cylindrical-coordinate representation of color #002B40: hue angle of 199.69º 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 #002B40 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 43 64 -
CMYK 1 0.33 0 0.75
HSL 199.69º 1% 0.13% -
HSV(B) 199.69º 1% 0.25% -
XYZ 1.79 2.1 5.16 -
YUV 32.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 0 43 64 1 0.33 0 0.75 199.69 1 0.13
Hex 0 2B 40 64 21 0 4B C8 64 D
Octal 0 53 100 144 41 0 113 310 144 15
Binary 0 101011 1000000 1100100 100001 0 1001011 11001000 1100100 1101

Color Harmonies of #002B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B40

Black with #002B40

Text Example


Text Example

White with #002B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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