Html Css Color HEX #063041 Blue Whale

📋 copy color: '#063041'

red 6 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #063041

Tints of Blue Whale #063041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 54.62%

R = 5.04%
G = 40.34%
B = 54.62%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063041 (or 0x063041) is known color: Blue Whale. HEX triplet: 06, 30 and 41. RGB value is (6,48,65). Sum of RGB (Red+Green+Blue) = 6+48+65=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #063041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063041 is #F9CFBE. Grayscale: #252525. Windows color (decimal): -16371647 or 4272134. OLE color: 4272134.

HSL color Cylindrical-coordinate representation of color #063041: hue angle of 197.29º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063041 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 48 65 -
CMYK 0.91 0.26 0 0.75
HSL 197.29º 0.83% 0.14% -
HSV(B) 197.29º 0.91% 0.25% -
XYZ 2.09 2.53 5.38 -
YUV 37.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 6 48 65 0.91 0.26 0 0.75 197.29 0.83 0.14
Hex 6 30 41 5B 1A 0 4B C5 53 E
Octal 6 60 101 133 32 0 113 305 123 16
Binary 110 110000 1000001 1011011 11010 0 1001011 11000101 1010011 1110

Color Harmonies of #063041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063041

Black with #063041

Text Example


Text Example

White with #063041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063041; }

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

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

background-color css

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

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

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

border-color css

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

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

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