Html Css Color HEX #063047 Blue Whale

📋 copy color: '#063047'

red 6 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #063047

Tints of Blue Whale #063047

RGB

 RED value IS 6 (2.73% from 255) = 4.8%

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

 BLUE value IS 71 (28.13% from 255) = 56.8%

R = 4.8%
G = 38.4%
B = 56.8%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063047 (or 0x063047) is known color: Blue Whale. HEX triplet: 06, 30 and 47. RGB value is (6,48,71). Sum of RGB (Red+Green+Blue) = 6+48+71=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #063047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063047 is #F9CFB8. Grayscale: #252525. Windows color (decimal): -16371641 or 4665350. OLE color: 4665350.

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

Color convert

RGB 6 48 71 -
CMYK 0.92 0.32 0 0.72
HSL 201.23º 0.84% 0.15% -
HSV(B) 201.23º 0.92% 0.28% -
XYZ 2.27 2.61 6.34 -
YUV 38.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 6 48 71 0.92 0.32 0 0.72 201.23 0.84 0.15
Hex 6 30 47 5C 20 0 48 C9 54 F
Octal 6 60 107 134 40 0 110 311 124 17
Binary 110 110000 1000111 1011100 100000 0 1001000 11001001 1010100 1111

Color Harmonies of #063047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063047

Black with #063047

Text Example


Text Example

White with #063047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063047; }

 p { color: rgb(6,48,71); }

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

background-color css

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

 a { background-color: rgb(6,48,71); }

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

border-color css

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

 span { border-color: rgb(6,48,71); }

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