#063239

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

Shades of Nordic #063239

Tints of Nordic #063239

Color information

#063239 (or 0x063239) is unknown color: approx Nordic. HEX triplet: 06, 32 and 39. RGB value is (6,50,57). Sum of RGB (Red+Green+Blue) = 6+50+57=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #063239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063239 is #F9CDC6. Grayscale: #252525. Windows color (decimal): -16371143 or 3748358. OLE color: 3748358.

HSL color Cylindrical-coordinate representation of color #063239: hue angle of 188.24º 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 #063239 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB65057-
CMYK0.890.1200.78
HSL188.24º80.95%12.35%-
HSV(B)188.24º89.47%22.35%-
XYZ1.952.624.27-
YUV37.64138.92105.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=5.31%
G=44.25%
B=50.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal650570.890.1200.78188.2480.9512.35
Hex6323959C04Ebc51c
Octal6627113114011627412114
Binary11011001011100110110011100010011101011110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063239; }

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

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

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

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

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

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

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

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