#063039

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

Shades of Nordic #063039

Tints of Nordic #063039

Color information

#063039 (or 0x063039) is unknown color: approx Nordic. HEX triplet: 06, 30 and 39. RGB value is (6,48,57). Sum of RGB (Red+Green+Blue) = 6+48+57=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #063039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063039 is #F9CFC6. Grayscale: #242424. Windows color (decimal): -16371655 or 3747846. OLE color: 3747846.

HSL color Cylindrical-coordinate representation of color #063039: hue angle of 190.59º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063039 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB64857-
CMYK0.890.1600.78
HSL190.59º80.95%12.35%-
HSV(B)190.59º89.47%22.35%-
XYZ1.872.454.24-
YUV36.47139.59106.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=5.41%
G=43.24%
B=51.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal648570.890.1600.78190.5980.9512.35
Hex63039591004Ebf51c
Octal6607113120011627712114
Binary110110000111001101100110000010011101011111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063039; }

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

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

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

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

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

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

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

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