Html Css Color HEX #063248 Blue Whale

📋 copy color: '#063248'

red 6 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #063248

Tints of Blue Whale #063248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.06%

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

R = 4.69%
G = 39.06%
B = 56.25%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#063248 (or 0x063248) is known color: Blue Whale. HEX triplet: 06, 32 and 48. RGB value is (6,50,72). Sum of RGB (Red+Green+Blue) = 6+50+72=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #063248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063248 is #F9CDB7. Grayscale: #272727. Windows color (decimal): -16371128 or 4731398. OLE color: 4731398.

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

Color convert

RGB 6 50 72 -
CMYK 0.92 0.31 0 0.72
HSL 200º 0.85% 0.15% -
HSV(B) 200º 0.92% 0.28% -
XYZ 2.39 2.79 6.54 -
YUV 39.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 6 50 72 0.92 0.31 0 0.72 200 0.85 0.15
Hex 6 32 48 5C 1F 0 48 C8 55 F
Octal 6 62 110 134 37 0 110 310 125 17
Binary 110 110010 1001000 1011100 11111 0 1001000 11001000 1010101 1111

Color Harmonies of #063248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063248

Black with #063248

Text Example


Text Example

White with #063248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063248; }

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

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

background-color css

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

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

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

border-color css

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

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

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