#063133

Color #063133 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #063133

Tints of Nordic #063133

Color information

#063133 (or 0x063133) is unknown color: approx Nordic. HEX triplet: 06, 31 and 33. RGB value is (6,49,51). Sum of RGB (Red+Green+Blue) = 6+49+51=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #063133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063133 is #F9CECC. Grayscale: #242424. Windows color (decimal): -16371405 or 3354886. OLE color: 3354886.

HSL color Cylindrical-coordinate representation of color #063133: hue angle of 182.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063133 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB64951-
CMYK0.880.0400.8
HSL182.67º78.95%11.18%-
HSV(B)182.67º88.24%20%-
XYZ1.772.473.52-
YUV36.37136.25106.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=5.66%
G=46.23%
B=48.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal649510.880.0400.8182.6778.9511.18
Hex63133584050b74fb
Octal661631304012026711713
Binary1101100011100111011000100010100001011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063133; }

 p { color: rgb(6,49,51); }

 H1.HeaderClassName
 {
   color: #063133;
 }
 .AnyTagClassName
 {
   color: #063133;
 }
</style>
background-color css

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

 a { background-color: rgb(6,49,51); }

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

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

 span { border-color: rgb(6,49,51); }

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