#063138

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

Shades of Nordic #063138

Tints of Nordic #063138

Color information

#063138 (or 0x063138) is unknown color: approx Nordic. HEX triplet: 06, 31 and 38. RGB value is (6,49,56). Sum of RGB (Red+Green+Blue) = 6+49+56=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #063138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063138 is #F9CEC7. Grayscale: #242424. Windows color (decimal): -16371400 or 3682566. OLE color: 3682566.

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

Color convert

RGB64956-
CMYK0.890.1200.78
HSL188.4º80.65%12.16%-
HSV(B)188.4º89.29%21.96%-
XYZ1.892.524.13-
YUV36.94138.75105.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=5.41%
G=44.14%
B=50.45%

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
Decimal649560.890.1200.78188.480.6512.16
Hex6313859C04Ebc51c
Octal6617013114011627412114
Binary11011000111100010110011100010011101011110010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063138; }

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

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

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

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

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

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

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

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