Html Css Color HEX #002D42 Blue Whale

📋 copy color: '#002D42'

red 0 ◦ green 45 ◦ blue 66

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

Shades of Blue Whale #002D42

Tints of Blue Whale #002D42

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.54%

 BLUE value IS 66 (26.17% from 255) = 59.46%

R = 0%
G = 40.54%
B = 59.46%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002D42 (or 0x002D42) is known color: Blue Whale. HEX triplet: 00, 2D and 42. RGB value is (0,45,66). Sum of RGB (Red+Green+Blue) = 0+45+66=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 66 (26.17% from 255 or 59.46% from 111); Max value from RGB is 66 - color contains mainly: blue. Hex color #002D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D42 is #FFD2BD. Grayscale: #212121. Windows color (decimal): -16765630 or 4336896. OLE color: 4336896.

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

Color convert

RGB 0 45 66 -
CMYK 1 0.32 0 0.74
HSL 199.09º 1% 0.13% -
HSV(B) 199.09º 1% 0.26% -
XYZ 1.92 2.27 5.49 -
YUV 33.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 0 45 66 1 0.32 0 0.74 199.09 1 0.13
Hex 0 2D 42 64 20 0 4A C7 64 D
Octal 0 55 102 144 40 0 112 307 144 15
Binary 0 101101 1000010 1100100 100000 0 1001010 11000111 1100100 1101

Color Harmonies of #002D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D42

Black with #002D42

Text Example


Text Example

White with #002D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,45,66); }

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

background-color css

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

 a { background-color: rgb(0,45,66); }

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

border-color css

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

 span { border-color: rgb(0,45,66); }

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