Html Css Color HEX #063548 Blue Whale

📋 copy color: '#063548'

red 6 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #063548

Tints of Blue Whale #063548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 4.58%
G = 40.46%
B = 54.96%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063548 (or 0x063548) is known color: Blue Whale. HEX triplet: 06, 35 and 48. RGB value is (6,53,72). Sum of RGB (Red+Green+Blue) = 6+53+72=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #063548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063548 is #F9CAB7. Grayscale: #282828. Windows color (decimal): -16370360 or 4732166. OLE color: 4732166.

HSL color Cylindrical-coordinate representation of color #063548: hue angle of 197.27º degrees, saturation: 0.85, 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 #063548 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 53 72 -
CMYK 0.92 0.26 0 0.72
HSL 197.27º 0.85% 0.15% -
HSV(B) 197.27º 0.92% 0.28% -
XYZ 2.52 3.05 6.59 -
YUV 41.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 6 53 72 0.92 0.26 0 0.72 197.27 0.85 0.15
Hex 6 35 48 5C 1A 0 48 C5 55 F
Octal 6 65 110 134 32 0 110 305 125 17
Binary 110 110101 1001000 1011100 11010 0 1001000 11000101 1010101 1111

Color Harmonies of #063548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063548

Black with #063548

Text Example


Text Example

White with #063548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063548; }

 p { color: rgb(6,53,72); }

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

background-color css

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

 a { background-color: rgb(6,53,72); }

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

border-color css

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

 span { border-color: rgb(6,53,72); }

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