Html Css Color HEX #003046 Blue Whale

📋 copy color: '#003046'

red 0 ◦ green 48 ◦ blue 70

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

Shades of Blue Whale #003046

Tints of Blue Whale #003046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 59.32%

R = 0%
G = 40.68%
B = 59.32%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#003046 (or 0x003046) is known color: Blue Whale. HEX triplet: 00, 30 and 46. RGB value is (0,48,70). Sum of RGB (Red+Green+Blue) = 0+48+70=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #003046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003046 is #FFCFB9. Grayscale: #242424. Windows color (decimal): -16764858 or 4599808. OLE color: 4599808.

HSL color Cylindrical-coordinate representation of color #003046: hue angle of 198.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003046 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 48 70 -
CMYK 1 0.31 0 0.73
HSL 198.86º 1% 0.14% -
HSV(B) 198.86º 1% 0.27% -
XYZ 2.16 2.56 6.17 -
YUV 36.16 147.1 102.21 -
System Red Green Blue C M Y K H S L
Decimal 0 48 70 1 0.31 0 0.73 198.86 1 0.14
Hex 0 30 46 64 1F 0 49 C7 64 E
Octal 0 60 106 144 37 0 111 307 144 16
Binary 0 110000 1000110 1100100 11111 0 1001001 11000111 1100100 1110

Color Harmonies of #003046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003046

Black with #003046

Text Example


Text Example

White with #003046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003046; }

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

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

background-color css

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

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

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

border-color css

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

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

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