Html Css Color HEX #063137 Nordic

📋 copy color: '#063137'

red 6 ◦ green 49 ◦ blue 55

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

Shades of Nordic #063137

Tints of Nordic #063137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.55%

 BLUE value IS 55 (21.88% from 255) = 50%

R = 5.45%
G = 44.55%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063137 (or 0x063137) is known color: Nordic. HEX triplet: 06, 31 and 37. RGB value is (6,49,55). Sum of RGB (Red+Green+Blue) = 6+49+55=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #063137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063137 is #F9CEC8. Grayscale: #242424. Windows color (decimal): -16371401 or 3617030. OLE color: 3617030.

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

Color convert

RGB 6 49 55 -
CMYK 0.89 0.11 0 0.78
HSL 187.35º 0.8% 0.12% -
HSV(B) 187.35º 0.89% 0.22% -
XYZ 1.86 2.51 4 -
YUV 36.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 6 49 55 0.89 0.11 0 0.78 187.35 0.8 0.12
Hex 6 31 37 59 B 0 4E BB 50 C
Octal 6 61 67 131 13 0 116 273 120 14
Binary 110 110001 110111 1011001 1011 0 1001110 10111011 1010000 1100

Color Harmonies of #063137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063137

Black with #063137

Text Example


Text Example

White with #063137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063137; }

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

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

background-color css

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

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

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

border-color css

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

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

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